diff options
author | jstebbins <[email protected]> | 2009-10-06 16:08:22 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-10-06 16:08:22 +0000 |
commit | 9a73d82e4812f2259a2c330d66c0c1ee83afd892 (patch) | |
tree | 9f79ad6e75ee3bbc3c833bf7718d9854114f4ed7 /gtk/src/settings.c | |
parent | 7c3a4811cebc515c5f055e7547eebc29f127b7c8 (diff) |
LinGui: make the activity window a little wider
and make the label showing the location of the activity log file big/bold
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2872 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/settings.c')
-rw-r--r-- | gtk/src/settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/settings.c b/gtk/src/settings.c index 3e3de4ba0..857bf7086 100644 --- a/gtk/src/settings.c +++ b/gtk/src/settings.c @@ -625,7 +625,7 @@ update_widget(GtkWidget *widget, const GValue *value) } else if (type == GTK_TYPE_LABEL) { - gtk_label_set_text (GTK_LABEL(widget), str); + gtk_label_set_markup (GTK_LABEL(widget), str); } else if (type == GTK_TYPE_FILE_CHOOSER_BUTTON) { |