]> Pileus Git - ~andy/gtk/commitdiff
Change the labels of the ZOOM_100 and ZOOM_FIT stock items to "_Normal
authorMatthias Clasen <maclas@gmx.de>
Thu, 5 Feb 2004 23:50:07 +0000 (23:50 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 5 Feb 2004 23:50:07 +0000 (23:50 +0000)
Fri Feb  6 00:51:57 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkstock.c (builtin_items): Change the labels of the
ZOOM_100 and ZOOM_FIT stock items to "_Normal Size" and
"Best _Fit", to be HIG compliant.  (#124080, Mariano
Suárez-Alvarez)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkstock.c

index b386790a72c8ec92a614210a8836bceef782a01f..92cf83279496546d6f6873a5a0554e326a13fc83 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri Feb  6 00:51:57 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkstock.c (builtin_items): Change the labels of the 
+       ZOOM_100 and ZOOM_FIT stock items to "_Normal Size" and
+       "Best _Fit", to be HIG compliant.  (#124080, Mariano 
+       Suárez-Alvarez)
+
 Fri Feb  6 00:45:16 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkcombobox.c (gtk_combo_box_finalize): Add a finalize 
index b386790a72c8ec92a614210a8836bceef782a01f..92cf83279496546d6f6873a5a0554e326a13fc83 100644 (file)
@@ -1,3 +1,10 @@
+Fri Feb  6 00:51:57 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkstock.c (builtin_items): Change the labels of the 
+       ZOOM_100 and ZOOM_FIT stock items to "_Normal Size" and
+       "Best _Fit", to be HIG compliant.  (#124080, Mariano 
+       Suárez-Alvarez)
+
 Fri Feb  6 00:45:16 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkcombobox.c (gtk_combo_box_finalize): Add a finalize 
index b386790a72c8ec92a614210a8836bceef782a01f..92cf83279496546d6f6873a5a0554e326a13fc83 100644 (file)
@@ -1,3 +1,10 @@
+Fri Feb  6 00:51:57 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkstock.c (builtin_items): Change the labels of the 
+       ZOOM_100 and ZOOM_FIT stock items to "_Normal Size" and
+       "Best _Fit", to be HIG compliant.  (#124080, Mariano 
+       Suárez-Alvarez)
+
 Fri Feb  6 00:45:16 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkcombobox.c (gtk_combo_box_finalize): Add a finalize 
index b386790a72c8ec92a614210a8836bceef782a01f..92cf83279496546d6f6873a5a0554e326a13fc83 100644 (file)
@@ -1,3 +1,10 @@
+Fri Feb  6 00:51:57 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkstock.c (builtin_items): Change the labels of the 
+       ZOOM_100 and ZOOM_FIT stock items to "_Normal Size" and
+       "Best _Fit", to be HIG compliant.  (#124080, Mariano 
+       Suárez-Alvarez)
+
 Fri Feb  6 00:45:16 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkcombobox.c (gtk_combo_box_finalize): Add a finalize 
index b386790a72c8ec92a614210a8836bceef782a01f..92cf83279496546d6f6873a5a0554e326a13fc83 100644 (file)
@@ -1,3 +1,10 @@
+Fri Feb  6 00:51:57 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkstock.c (builtin_items): Change the labels of the 
+       ZOOM_100 and ZOOM_FIT stock items to "_Normal Size" and
+       "Best _Fit", to be HIG compliant.  (#124080, Mariano 
+       Suárez-Alvarez)
+
 Fri Feb  6 00:45:16 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkcombobox.c (gtk_combo_box_finalize): Add a finalize 
index c832d632736bb9f4e97f4828a03633d3e034d22d..0bb5288995b949fe379f927ccb20896d9e7d5286 100644 (file)
@@ -335,8 +335,8 @@ static const GtkStockItem builtin_items [] =
   { GTK_STOCK_UNDERLINE, N_("_Underline"), 0, 0, GETTEXT_PACKAGE },
   { GTK_STOCK_UNDO, N_("_Undo"), 0, 0, GETTEXT_PACKAGE },
   { GTK_STOCK_YES, N_("_Yes"), 0, 0, GETTEXT_PACKAGE },
-  { GTK_STOCK_ZOOM_100, N_("Zoom _100%"), 0, 0, GETTEXT_PACKAGE },
-  { GTK_STOCK_ZOOM_FIT, N_("Zoom to _Fit"), 0, 0, GETTEXT_PACKAGE },
+  { GTK_STOCK_ZOOM_100, N_("_Normal Size"), 0, 0, GETTEXT_PACKAGE },
+  { GTK_STOCK_ZOOM_FIT, N_("Best _Fit"), 0, 0, GETTEXT_PACKAGE },
   { GTK_STOCK_ZOOM_IN, N_("Zoom _In"), 0, 0, GETTEXT_PACKAGE },
   { GTK_STOCK_ZOOM_OUT, N_("Zoom _Out"), 0, 0, GETTEXT_PACKAGE }
 };