[giggle] eggfindbar: Use underlined text



commit 31442525f07318aa9b7dd0ba8fea32b6fcfa52e5
Author: Javier Jardón <jjardon gnome org>
Date:   Sat Feb 26 07:05:21 2011 +0000

    eggfindbar: Use underlined text

 src/eggfindbar.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/eggfindbar.c b/src/eggfindbar.c
index 466e6f5..a13c34e 100644
--- a/src/eggfindbar.c
+++ b/src/eggfindbar.c
@@ -331,6 +331,7 @@ egg_find_bar_init (EggFindBar *find_bar)
   /* Case button */
   priv->case_button = gtk_toggle_tool_button_new ();
   gtk_tool_button_set_label (GTK_TOOL_BUTTON (priv->case_button), _("C_ase Sensitive"));
+  gtk_tool_button_set_use_underline (GTK_TOOL_BUTTON (priv->case_button), TRUE);
   gtk_tool_item_set_is_important (priv->case_button, TRUE);
   gtk_widget_set_tooltip_text (GTK_WIDGET (priv->case_button),
 			       _("Toggle case sensitive search"));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]