Fix wrong suffix in SaveAsDialog
(#4446)
This commit is contained in:
@@ -62,7 +62,7 @@ public:
|
||||
|
||||
void okPressed ();
|
||||
void cancelPressed ();
|
||||
void formatChanged (Glib::ustring f);
|
||||
void formatChanged(const Glib::ustring& format) override;
|
||||
bool keyPressed (GdkEventKey* event);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user