Enhancement of all file save dialogs. Committed on behalf of Sankey, issue 1314
This commit is contained in:
@@ -49,6 +49,9 @@ class EditorPanel : public Gtk::VBox,
|
||||
public ThumbnailListener,
|
||||
public HistoryBeforeLineListener,
|
||||
public rtengine::HistogramListener {
|
||||
private:
|
||||
|
||||
Glib::ustring lastSaveAsFileName;
|
||||
|
||||
protected:
|
||||
Gtk::ProgressBar *progressLabel;
|
||||
@@ -97,7 +100,7 @@ class EditorPanel : public Gtk::VBox,
|
||||
HistogramPanel* histogramPanel;
|
||||
ToolPanelCoordinator* tpc;
|
||||
RTWindow* parent;
|
||||
SaveAsDialog* saveAsDialog;
|
||||
//SaveAsDialog* saveAsDialog;
|
||||
BatchToolPanelCoordinator* btpCoordinator;
|
||||
FilePanel* fPanel;
|
||||
|
||||
|
Reference in New Issue
Block a user