diff src/gtkprefs.c @ 6033:22923270493f

[gaim-migrate @ 6483] I put a colon in the wrong place in my sound pref ui cleanup earlier. That's fixed. Removed the pref to enable/disable ctrl+w for closing convo windows. It hasn't worked since at least 0.63, and it's dumb. Removed the use of the "f2 toggles timestamps?" preference. You actually couldn't change this one via prefs anymore. It is also dumb. Made f2 toggle timestamps globally again. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 05 Jul 2003 18:55:07 +0000
parents 855026933d50
children 0c4d0c93c8c5
line wrap: on
line diff
--- a/src/gtkprefs.c	Sat Jul 05 08:15:44 2003 +0000
+++ b/src/gtkprefs.c	Sat Jul 05 18:55:07 2003 +0000
@@ -798,8 +798,6 @@
 	vbox = gaim_gtk_make_frame (ret, _("Window Closing"));
 	prefs_checkbox(_("_Escape closes window"),
 				  "/gaim/gtk/conversations/escape_closes", vbox);
-	prefs_checkbox(_("Control-_W closes window"),
-				  "/gaim/gtk/conversations/ctrl_w_closes", vbox);
 
 	vbox = gaim_gtk_make_frame(ret, _("Insertions"));
 	prefs_checkbox(_("Control-{B/I/U/S} inserts _HTML tags"),
@@ -1424,8 +1422,8 @@
 				   "/core/sound/while_away", vbox);
 
 #ifndef _WIN32
-	vbox = gaim_gtk_make_frame (ret, _("Sound Method:"));
-	dd = prefs_dropdown(vbox, _("_Method"), GAIM_PREF_STRING,
+	vbox = gaim_gtk_make_frame (ret, _("Sound Method"));
+	dd = prefs_dropdown(vbox, _("_Method:"), GAIM_PREF_STRING,
 						"/gaim/gtk/sound/method",
 						_("Console beep"), "beep",
 #ifdef USE_AO