summaryrefslogtreecommitdiff
path: root/mate-screenshot/src/screenshot-dialog.h
diff options
context:
space:
mode:
authorThiago Bighetti <[email protected]>2018-01-15 18:10:05 -0200
committerraveit65 <[email protected]>2018-01-15 21:10:05 +0100
commitd10215e69d9cc2831bb94d399a0b3c3674cb6c2c (patch)
tree42928bcc42aa89e5cb2358bbc263716911e962f2 /mate-screenshot/src/screenshot-dialog.h
parentd61cde67b70756d0392d63a30291b12bbb96c332 (diff)
downloadmate-utils-d10215e69d9cc2831bb94d399a0b3c3674cb6c2c.tar.bz2
mate-utils-d10215e69d9cc2831bb94d399a0b3c3674cb6c2c.tar.xz
mate-screenshot: added New button (#184)
* mate-screenshot: added New button
Diffstat (limited to 'mate-screenshot/src/screenshot-dialog.h')
-rw-r--r--mate-screenshot/src/screenshot-dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mate-screenshot/src/screenshot-dialog.h b/mate-screenshot/src/screenshot-dialog.h
index 0cd5e1da..ba9702d6 100644
--- a/mate-screenshot/src/screenshot-dialog.h
+++ b/mate-screenshot/src/screenshot-dialog.h
@@ -26,6 +26,7 @@ typedef struct ScreenshotDialog ScreenshotDialog;
/* Keep in sync with the value defined in the UI file */
#define SCREENSHOT_RESPONSE_COPY 1
+#define SCREENSHOT_RESPONSE_NEW 22
ScreenshotDialog *screenshot_dialog_new (GdkPixbuf *screenshot,
char *initial_uri,