Changeset 213 for trunk/src/gtk/PreferencesView.h
- Timestamp:
- 06/10/06 14:14:55 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/gtk/PreferencesView.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gtk/PreferencesView.h
r199 r213 30 30 virtual const gchar *getBrowserCommandLine (void); 31 31 32 GtkWidget *createExternalCommandsTab (void);33 34 32 protected: 35 33 GtkWidget *m_PreferencesDialog; 36 34 GtkWidget *m_BrowserCommandLine; 35 36 GtkWidget *createExternalCommandsTab (void); 37 37 }; 38 38 }
