[gimp] Fix wrong reference to .ico .cur and resource.h for to fix compilation errors on windows.



commit cf4d0cc40ef4d0e6518ccf2e0ddd795be9de57e2
Author: nmat <nmat users noreply github com>
Date:   Mon May 16 23:59:47 2016 +0200

    Fix wrong reference to .ico .cur and resource.h for to fix compilation errors on windows.

 plug-ins/screenshot/screenshot-win32.rc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/screenshot/screenshot-win32.rc b/plug-ins/screenshot/screenshot-win32.rc
index 5146652..beef4b0 100644
--- a/plug-ins/screenshot/screenshot-win32.rc
+++ b/plug-ins/screenshot/screenshot-win32.rc
@@ -1,6 +1,6 @@
 //Microsoft Developer Studio generated resource script.
 //
-#include "resource.h"
+#include "screenshot-win32-resource.h"
 
 #define APSTUDIO_READONLY_SYMBOLS
 /////////////////////////////////////////////////////////////////////////////
@@ -33,7 +33,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 // Icon with lowest ID value placed first to ensure application icon
 // remains consistent on all systems.
 SNAPPY                  ICON    DISCARDABLE     "screenshot-win32.ico"
-SMALL                   ICON    DISCARDABLE     "small.ico"
+SMALL                   ICON    DISCARDABLE     "screenshot-win32-small.ico"
 
 /////////////////////////////////////////////////////////////////////////////
 //
@@ -90,7 +90,7 @@ END
 // Cursor
 //
 
-IDC_SELECT              CURSOR  DISCARDABLE     "select.cur"
+IDC_SELECT              CURSOR  DISCARDABLE     "screenshot-win32-select.cur"
 
 #ifndef _MAC
 /////////////////////////////////////////////////////////////////////////////


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]