comparison pidgin/gtkprefs.c @ 22811:d2c7f183c08f

Change the label on the entry area height pref
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 04 May 2008 01:49:48 +0000
parents 958f9379eb1a
children f6dc06ba2bf4 1dd0e007514d
comparison
equal deleted inserted replaced
22810:1fbc49b46e09 22811:d2c7f183c08f
1073 1073
1074 pidgin_prefs_checkbox(_("Minimi_ze new conversation windows"), PIDGIN_PREFS_ROOT "/win32/minimize_new_convs", vbox); 1074 pidgin_prefs_checkbox(_("Minimi_ze new conversation windows"), PIDGIN_PREFS_ROOT "/win32/minimize_new_convs", vbox);
1075 #endif 1075 #endif
1076 1076
1077 pidgin_prefs_labeled_spin_button(vbox, 1077 pidgin_prefs_labeled_spin_button(vbox,
1078 _("Minimum lines of text to show in message input"), 1078 _("Minimum input area height in lines:"),
1079 PIDGIN_PREFS_ROOT "/conversations/minimum_entry_lines", 1079 PIDGIN_PREFS_ROOT "/conversations/minimum_entry_lines",
1080 1, 8, NULL); 1080 1, 8, NULL);
1081 1081
1082 1082
1083 #if GTK_CHECK_VERSION(2,4,0) 1083 #if GTK_CHECK_VERSION(2,4,0)