From e0c488c6dc749b80d29a0de678a40fea3510695b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Sch=C3=BCmann?= Date: Sat, 7 Jun 2014 02:09:06 +0000 Subject: 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 --- plugins/SendScreenshotPlus/src/resource.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'plugins/SendScreenshotPlus/src/resource.h') 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 -- cgit v1.2.3