2006-07-07 [colin] 2.3.1cvs73

* src/prefs_actions.c
		Fix label
This commit is contained in:
Colin Leroy 2006-07-07 18:53:00 +00:00
parent cb963bc8c5
commit 6b0bb4e1cf
4 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -1673,3 +1673,4 @@
( 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

View 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=

View 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);