Fix wrong suffix in SaveAsDialog (#4446)

This commit is contained in:
Flössie
2018-10-06 09:56:42 +02:00
parent ae12a4186c
commit 880afd2cf6
5 changed files with 72 additions and 24 deletions

View File

@@ -72,7 +72,7 @@ public:
void saveOptions ();
void pathFolderChanged ();
void pathFolderButtonPressed ();
void formatChanged (Glib::ustring f);
void formatChanged(const Glib::ustring& format) override;
void updateTab (int qsize, int forceOrientation = 0); // forceOrientation=0: base on options / 1: horizontal / 2: vertical
bool handleShortcutKey (GdkEventKey* event);