summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/src/resource.h
diff options
context:
space:
mode:
authorRené Schümann <white06tiger@gmail.com>2014-06-07 02:09:06 +0000
committerRené Schümann <white06tiger@gmail.com>2014-06-07 02:09:06 +0000
commite0c488c6dc749b80d29a0de678a40fea3510695b (patch)
tree342e49a7cb875590b59bec99b18b27140c579c76 /plugins/SendScreenshotPlus/src/resource.h
parenta03937bb912c76af61f04da1c5d5a5e7d5e4d7aa (diff)
SendSS:
! fixed non-centered text in capture desktop size edit box (resource.rc) ! fixed x86_64 related type error (CSendImageShack) - removed duplicate code, and "removed" ability to use custom icons for capture tabs (we're using the same icon anyway, no need to load it thrice) + added local file feature to upload existing local files (resource, UMainForm, mir_string) reduced function DlgProc_CaptureWindow and DlgProc_CaptureDesktop to just DlgProc_CaptureTabPage as we use less code with only one function handling all 3 tab pages ("lot" of shared code) git-svn-id: http://svn.miranda-ng.org/main/trunk@9416 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/src/resource.h')
-rw-r--r--plugins/SendScreenshotPlus/src/resource.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/SendScreenshotPlus/src/resource.h b/plugins/SendScreenshotPlus/src/resource.h
index af67a83858..5c5dca91ae 100644
--- a/plugins/SendScreenshotPlus/src/resource.h
+++ b/plugins/SendScreenshotPlus/src/resource.h
@@ -20,9 +20,10 @@
#define IDD_UMainForm 101
#define IDD_UMain_CaptureWindow 102
#define IDD_UMain_CaptureDesktop 103
-#define IDD_UEditForm 104
-#define IDD_UAboutForm 105
-#define IDD_UResultForm 106
+#define IDD_UMain_CaptureFile 104
+#define IDD_UEditForm 105
+#define IDD_UAboutForm 106
+#define IDD_UResultForm 107
#define IDD_MSGBOX 110
#define IDD_MSGBOXDUMMI 111
#define IDR_LICENSE 120