]> Dogcows Code - chaz/homebank/blobdiff - src/ui-pref.h
revert whitespace fixes
[chaz/homebank] / src / ui-pref.h
index 19d387636cc1a48fcb8327b666a9509395df8e87..ec6fc2e73e7f93ee2693193c3d7d76bb865ecd35 100644 (file)
@@ -130,11 +130,27 @@ struct defpref_data
        GtkWidget       *CM_dtex_qifmemo;
        GtkWidget       *CM_dtex_qifswap;
        GtkWidget       *CM_dtex_ucfirst;
-
+       GtkWidget       *CY_dtex_csvsep;
+        
        gint            country;
 
+       GtkWidget       *PI_plugin_columns;
 };
 
+enum
+{
+       PREF_GENERAL,
+       PREF_INTERFACE,
+       PREF_LOCALE,    //old DISPLAY
+       PREF_TXN,               //old COLUMNS
+       PREF_IMPORT,
+       PREF_REPORT,
+       PREF_BACKUP,
+       PREF_FOLDERS,
+       PREF_EURO,
+       PREF_PLUGINS,
+       PREF_MAX
+};
 
 typedef struct 
 {
@@ -168,6 +184,6 @@ enum {
 void free_pref_icons(void);
 void load_pref_icons(void);
 
-GtkWidget *defpref_dialog_new (void);
+GtkWidget *defpref_dialog_new (gint initial_selection);
 
 #endif
This page took 0.019972 seconds and 4 git commands to generate.