comparison src/prefs.c @ 3902:22ed8423a964

[gaim-migrate @ 4055] I don't like this. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Tue, 05 Nov 2002 16:21:24 +0000
parents 1a3b3f8ada2d
children 3e508dd31b76
comparison
equal deleted inserted replaced
3901:7740c891537e 3902:22ed8423a964
173 vbox = make_frame(ret, _("Interface Options")); 173 vbox = make_frame(ret, _("Interface Options"));
174 /* This shouldn't have to wait for user to click OK or APPLY or whatnot */ 174 /* This shouldn't have to wait for user to click OK or APPLY or whatnot */
175 /* This really shouldn't be in preferences at all */ 175 /* This really shouldn't be in preferences at all */
176 debugbutton = gaim_button(_("Show _Debug Window"), &misc_options, OPT_MISC_DEBUG, vbox); 176 debugbutton = gaim_button(_("Show _Debug Window"), &misc_options, OPT_MISC_DEBUG, vbox);
177 177
178
179 gaim_button(_("Use _borderless buttons"), &misc_options, OPT_MISC_COOL_LOOK, vbox);
180 178
181 gtk_widget_show_all(ret); 179 gtk_widget_show_all(ret);
182 return ret; 180 return ret;
183 } 181 }
184 182