comparison plugins/gaimrc.c @ 10814:364a2ef907ae

[gaim-migrate @ 12468] same thing here, changing to consistently using GTK+, by rlaager committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 11 Apr 2005 12:24:47 +0000
parents c7458b544b15
children f8cd06753755
comparison
equal deleted inserted replaced
10813:290131d5f626 10814:364a2ef907ae
338 frame = gaim_gtk_make_frame(ret, "General"); 338 frame = gaim_gtk_make_frame(ret, "General");
339 /* interface font */ 339 /* interface font */
340 hbox = gtk_hbox_new(FALSE, 18); 340 hbox = gtk_hbox_new(FALSE, 18);
341 gtk_box_pack_start(GTK_BOX(frame), hbox, FALSE, FALSE, 0); 341 gtk_box_pack_start(GTK_BOX(frame), hbox, FALSE, FALSE, 0);
342 342
343 check = gaim_gtk_prefs_checkbox(_("Gtk interface font"), 343 check = gaim_gtk_prefs_checkbox(_("GTK+ Interface Font"),
344 "/plugins/gtk/gaimrc/set/gtk-font-name", 344 "/plugins/gtk/gaimrc/set/gtk-font-name",
345 hbox); 345 hbox);
346 gtk_size_group_add_widget(sg, check); 346 gtk_size_group_add_widget(sg, check);
347 347
348 widget = gaim_pixbuf_button_from_stock("", GTK_STOCK_SELECT_FONT, 348 widget = gaim_pixbuf_button_from_stock("", GTK_STOCK_SELECT_FONT,
357 357
358 /* key theme name */ 358 /* key theme name */
359 hbox = gtk_hbox_new(FALSE, 18); 359 hbox = gtk_hbox_new(FALSE, 18);
360 gtk_box_pack_start(GTK_BOX(frame), hbox, FALSE, FALSE, 0); 360 gtk_box_pack_start(GTK_BOX(frame), hbox, FALSE, FALSE, 0);
361 361
362 check = gaim_gtk_prefs_checkbox(_("Gtk text shortcut theme"), 362 check = gaim_gtk_prefs_checkbox(_("GTK+ Text Shortcut Theme"),
363 "/plugins/gtk/gaimrc/set/gtk-key-theme-name", 363 "/plugins/gtk/gaimrc/set/gtk-key-theme-name",
364 hbox); 364 hbox);
365 gtk_size_group_add_widget(sg, check); 365 gtk_size_group_add_widget(sg, check);
366 366
367 widget = gaim_gtk_prefs_labeled_entry(hbox, "", 367 widget = gaim_gtk_prefs_labeled_entry(hbox, "",