Keyboard shortcut in SaveAs window (issue 2165)

This commit is contained in:
michael
2013-12-30 11:07:26 -05:00
parent 56c188cd50
commit ca04eb9c2a
3 changed files with 21 additions and 1 deletions

View File

@@ -17,7 +17,6 @@
* along with RawTherapee. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SAVEASDLG_
#define _SAVEASDLG_
#include <gtkmm.h>
#include "adjuster.h"
@@ -62,6 +61,7 @@ class SaveAsDialog : public Gtk::Dialog, public FormatChangeListener {
void okPressed ();
void cancelPressed ();
void formatChanged (Glib::ustring f);
bool keyPressed (GdkEventKey* event);
};