Preferences/Batch processing options: all to 'Add' and all to 'Set' (issue 1785)

This commit is contained in:
michael
2013-03-16 22:19:40 -04:00
parent c32e2fc20a
commit 95de1e1b3b
3 changed files with 54 additions and 1 deletions

View File

@@ -119,6 +119,8 @@ class Preferences : public Gtk::Dialog {
Gtk::CheckButton* ckbmenuGroupProfileOperations;
Gtk::CheckButton* ckbmenuGroupExtProg;
Gtk::Button* behAddAll;
Gtk::Button* behSetAll;
Gtk::CheckButton* chOverwriteOutputFile;
Gtk::CheckButton* saveParamsFile;
@@ -202,6 +204,9 @@ class Preferences : public Gtk::Dialog {
void behAddRadioToggled (const Glib::ustring& path);
void behSetRadioToggled (const Glib::ustring& path);
void behAddAllPressed ();
void behSetAllPressed ();
// void selectICCProfileDir ();
// void selectMonitorProfile ();
};