f-spot r3560 - in trunk: . src
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r3560 - in trunk: . src
- Date: Thu, 17 Jan 2008 07:23:45 +0000 (GMT)
Author: sdelcroix
Date: Thu Jan 17 07:23:45 2008
New Revision: 3560
URL: http://svn.gnome.org/viewvc/f-spot?rev=3560&view=rev
Log:
2008-01-17 Stephane Delcroix <sdelcroix novell com>
* src/QueryWidget.cs: fixing underlines.
Modified:
trunk/ChangeLog
trunk/src/QueryWidget.cs
Modified: trunk/src/QueryWidget.cs
==============================================================================
--- trunk/src/QueryWidget.cs (original)
+++ trunk/src/QueryWidget.cs Thu Jan 17 07:23:45 2008
@@ -117,13 +117,13 @@
public void ShowBar ()
{
Show ();
- ((Gtk.Label)MainWindow.Toplevel.FindByTag.Child).Text = Catalog.GetString ("Hide _Find Bar");
+ ((Gtk.Label)MainWindow.Toplevel.FindByTag.Child).TextWithMnemonic = Catalog.GetString ("Hide _Find Bar");
}
public void HideBar ()
{
Hide ();
- ((Gtk.Label)MainWindow.Toplevel.FindByTag.Child).Text = Catalog.GetString ("Show _Find Bar");
+ ((Gtk.Label)MainWindow.Toplevel.FindByTag.Child).TextWithMnemonic = Catalog.GetString ("Show _Find Bar");
}
public void HandleChanged (IBrowsableCollection collection)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]