Fix issue 171 and 210, and change the name format of the pp3 files : now keep the output image extension in it, to avoid overwriting the pp3 file of an image with the same name, but with a different extension.
For consistency, the filename of the pp3 saved next to the output image in batch mode is modified in the same manner.
This commit is contained in:
@@ -28,6 +28,7 @@ class SaveAsDialog : public Gtk::Dialog, public FormatChangeListener {
|
||||
|
||||
protected:
|
||||
Gtk::FileChooserWidget* fchooser;
|
||||
Gtk::CheckButton* autoSuffix;
|
||||
SaveFormatPanel* formatOpts;
|
||||
Glib::ustring fname;
|
||||
Gtk::FileFilter filter_jpg;
|
||||
@@ -43,6 +44,7 @@ class SaveAsDialog : public Gtk::Dialog, public FormatChangeListener {
|
||||
Glib::ustring getFileName ();
|
||||
Glib::ustring getDirectory ();
|
||||
SaveFormat getFormat ();
|
||||
bool getAutoSuffix ();
|
||||
bool getImmediately ();
|
||||
bool getToHeadOfQueue ();
|
||||
bool getToTailOfQueue ();
|
||||
|
Reference in New Issue
Block a user