2006-07-07 [colin] 2.3.1cvs73
authorColin Leroy <colin@colino.net>
Fri, 7 Jul 2006 18:53:00 +0000 (18:53 +0000)
committerColin Leroy <colin@colino.net>
Fri, 7 Jul 2006 18:53:00 +0000 (18:53 +0000)
* src/prefs_actions.c
Fix label

ChangeLog
PATCHSETS
configure.ac
src/prefs_actions.c

index 8f5f789357c202cefffa38134fc23d24a17270ed..ae034c9742d6bc6dc4a3a17a2b9cd86b2befb484 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-07 [colin]     2.3.1cvs73
+
+       * src/prefs_actions.c
+               Fix label
+
 2006-07-07 [colin]     2.3.1cvs72
 
        * src/prefs_actions.c
index 6bbd94dc1d653d1903cc81e42d19208ad886e163..3c30b9e3b19369eef46da8c5e293c3ce52f0b9c0 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.53.2.18 -r 1.53.2.19 po/POTFILES.in;  cvs diff -u -r 1.8.2.7 -r 1.8.2.8 src/quote_fmt.c;  cvs diff -u -r 1.8.2.4 -r 1.8.2.5 src/quote_fmt_lex.l;  cvs diff -u -r 1.22.2.21 -r 1.22.2.22 src/quote_fmt_parse.y;  ) > 2.3.1cvs70.patchset
 ( cvs diff -u -r 1.9.2.26 -r 1.9.2.27 src/common/defs.h;  ) > 2.3.1cvs71.patchset
 ( cvs diff -u -r 1.60.2.36 -r 1.60.2.37 src/prefs_actions.c;  ) > 2.3.1cvs72.patchset
+( cvs diff -u -r 1.60.2.37 -r 1.60.2.38 src/prefs_actions.c;  ) > 2.3.1cvs73.patchset
index 90a1976913a2420ab14ded183212cb516643dbcd..1e62eb709cdba33b9f0a25504d0b2b255d14e02c 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=3
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=72
+EXTRA_VERSION=73
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 33f2e5d4712ac07ec3a88fe9e4cbb1d90540cb9e..51c66de274a29d2430fd23ede9d194eb6de6ece8 100644 (file)
@@ -280,7 +280,7 @@ static void prefs_actions_create(MainWindow *mainwin)
 #if GTK_CHECK_VERSION(2, 8, 0)
        info_btn = gtk_button_new_from_stock(GTK_STOCK_INFO);
 #else
-       info_btn = gtk_button_new_with_label(_("Information"));
+       info_btn = gtk_button_new_with_label(_("Info ..."));
 #endif
        gtk_widget_show(info_btn);
        gtk_box_pack_end(GTK_BOX(reg_hbox), info_btn, FALSE, FALSE, 0);