Change GUI to support multiple external editors
Replace radio selector in external editor section of preferences with external editor preferences widget. Replace send-to-GIMP button with pop-up button for exporting to a selectable application.
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include "options.h"
|
||||
#include "../rtengine/profilestore.h"
|
||||
|
||||
class ExternalEditorPreferences;
|
||||
class RTWindow;
|
||||
class Splash;
|
||||
|
||||
@@ -101,6 +102,7 @@ class Preferences final :
|
||||
Gtk::RadioButton* edGimp;
|
||||
Gtk::RadioButton* edPS;
|
||||
Gtk::RadioButton* edOther;
|
||||
ExternalEditorPreferences *externalEditors;
|
||||
MyFileChooserButton* darkFrameDir;
|
||||
MyFileChooserButton* flatFieldDir;
|
||||
MyFileChooserButton* clutsDir;
|
||||
|
Reference in New Issue
Block a user