Changeset 213 for trunk/src/gtk/PreferencesView.cxx
- Timestamp:
- 06/10/06 14:14:55 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/gtk/PreferencesView.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gtk/PreferencesView.cxx
r199 r213 27 27 static void preferences_view_browser_command_changed (GtkEntry *, gpointer); 28 28 29 PreferencesView::PreferencesView (GtkWindow *parent) 29 PreferencesView::PreferencesView (GtkWindow *parent): 30 IPreferencesView () 30 31 { 31 32 m_PreferencesDialog = gtk_dialog_new_with_buttons (_("Preferences"), … … 33 34 GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, 34 35 NULL); 35 // Utility dialog should no wshow itself in the window list.36 // Utility dialog should not show itself in the window list. 36 37 gtk_window_set_skip_taskbar_hint (GTK_WINDOW (m_PreferencesDialog), TRUE); 37 38
