diff options
Diffstat (limited to 'src/window-commands.h')
-rw-r--r-- | src/window-commands.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window-commands.h b/src/window-commands.h index 5b375851b..e20ca1a06 100644 --- a/src/window-commands.h +++ b/src/window-commands.h @@ -54,6 +54,9 @@ void window_cmd_file_open (GtkAction *action, void window_cmd_file_save_as (GtkAction *action, EphyWindow *window); +void window_cmd_file_save_as_application (GtkAction *action, + EphyWindow *window); + void window_cmd_file_print_setup (GtkAction *action, EphyWindow *window); |