f-spot r3565 - trunk/src



Author: sdelcroix
Date: Fri Jan 18 07:47:13 2008
New Revision: 3565
URL: http://svn.gnome.org/viewvc/f-spot?rev=3565&view=rev

Log:
2 more mnemonics

Modified:
   trunk/src/MainWindow.cs

Modified: trunk/src/MainWindow.cs
==============================================================================
--- trunk/src/MainWindow.cs	(original)
+++ trunk/src/MainWindow.cs	Fri Jan 18 07:47:13 2008
@@ -2964,11 +2964,11 @@
 		}
 
 		//if (last_tags_selected_count != tags_selected) {
-		((Gtk.Label)find_add_tag.Child).Text = String.Format (
+		((Gtk.Label)find_add_tag.Child).TextWithMnemonic = String.Format (
 			Catalog.GetPluralString ("Find _Selected Tag", "Find _Selected Tags", tags_selected), tags_selected
 		);
 
-		((Gtk.Label)find_add_tag_with.Child).Text = String.Format (
+		((Gtk.Label)find_add_tag_with.Child).TextWithMnemonic = String.Format (
 			Catalog.GetPluralString ("Find Selected Tag _With", "Find Selected Tags _With", tags_selected), tags_selected
 		);
 



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