| 1012 |
1012 |
| 1013 pidgin_prefs_checkbox(_("Use smooth-scrolling"), PIDGIN_PREFS_ROOT "/conversations/use_smooth_scrolling", vbox); |
1013 pidgin_prefs_checkbox(_("Use smooth-scrolling"), PIDGIN_PREFS_ROOT "/conversations/use_smooth_scrolling", vbox); |
| 1014 |
1014 |
| 1015 #ifdef _WIN32 |
1015 #ifdef _WIN32 |
| 1016 pidgin_prefs_checkbox(_("F_lash window when IMs are received"), PIDGIN_PREFS_ROOT "/win32/blink_im", vbox); |
1016 pidgin_prefs_checkbox(_("F_lash window when IMs are received"), PIDGIN_PREFS_ROOT "/win32/blink_im", vbox); |
| |
1017 |
| |
1018 pidgin_prefs_checkbox(_("Minimi_ze new conversation windows"), PIDGIN_PREFS_ROOT "/win32/minimize_new_convs", vbox); |
| 1017 #endif |
1019 #endif |
| 1018 |
1020 |
| 1019 #if GTK_CHECK_VERSION(2,4,0) |
1021 #if GTK_CHECK_VERSION(2,4,0) |
| 1020 vbox = pidgin_make_frame(ret, _("Font")); |
1022 vbox = pidgin_make_frame(ret, _("Font")); |
| 1021 if (purple_running_gnome()) |
1023 if (purple_running_gnome()) |