app: Introduce and use GimpFileChooserAction
Introduce and use GimpFileChooserAction in the core so that we can differentiate Save from Export later.
This commit is contained in:
@ -73,7 +73,7 @@ file_open_dialog_new (Gimp *gimp)
|
||||
g_return_val_if_fail (GIMP_IS_GIMP (gimp), NULL);
|
||||
|
||||
dialog = gimp_file_dialog_new (gimp,
|
||||
GTK_FILE_CHOOSER_ACTION_OPEN,
|
||||
GIMP_FILE_CHOOSER_ACTION_OPEN,
|
||||
_("Open Image"), "gimp-file-open",
|
||||
GTK_STOCK_OPEN,
|
||||
GIMP_HELP_FILE_OPEN);
|
||||
|
Reference in New Issue
Block a user