Author: mladen.turk(a)jboss.com
Date: 2008-03-28 06:44:56 -0400 (Fri, 28 Mar 2008)
New Revision: 1478
Modified:
trunk/utils/windows/native/service/procrun/apps/prunmgr/prunmgr.rc
trunk/utils/windows/native/service/procrun/apps/prunsrv/prunsrv.rc
trunk/utils/windows/native/service/procrun/include/gui.h
trunk/utils/windows/native/service/procrun/src/gui.c
Log:
Use redhat icon
Modified: trunk/utils/windows/native/service/procrun/apps/prunmgr/prunmgr.rc
===================================================================
--- trunk/utils/windows/native/service/procrun/apps/prunmgr/prunmgr.rc 2008-03-28 10:34:58
UTC (rev 1477)
+++ trunk/utils/windows/native/service/procrun/apps/prunmgr/prunmgr.rc 2008-03-28 10:44:56
UTC (rev 1478)
@@ -30,6 +30,7 @@
#define STR_PRODUCT "JBoss Web Service manager"
IDI_MAINICON ICON "../../resources/jboss.ico"
+IDI_REDHATICON ICON "../../resources/redhat.ico"
IDI_ICONSTOP ICON "../../resources/procruns.ico"
IDI_ICONRUN ICON "../../resources/procrunr.ico"
IDR_LICENSE RTF "../../resources/license.rtf"
Modified: trunk/utils/windows/native/service/procrun/apps/prunsrv/prunsrv.rc
===================================================================
--- trunk/utils/windows/native/service/procrun/apps/prunsrv/prunsrv.rc 2008-03-28 10:34:58
UTC (rev 1477)
+++ trunk/utils/windows/native/service/procrun/apps/prunsrv/prunsrv.rc 2008-03-28 10:44:56
UTC (rev 1478)
@@ -28,6 +28,7 @@
#define STR_PRODUCT "JBoss Web Service wrapper"
IDI_MAINICON ICON "../../resources/jboss.ico"
+IDI_REDHATICON ICON "../../resources/jboss.ico"
1 VERSIONINFO
FILEVERSION 2,0,4,0
Modified: trunk/utils/windows/native/service/procrun/include/gui.h
===================================================================
--- trunk/utils/windows/native/service/procrun/include/gui.h 2008-03-28 10:34:58 UTC (rev
1477)
+++ trunk/utils/windows/native/service/procrun/include/gui.h 2008-03-28 10:44:56 UTC (rev
1478)
@@ -23,8 +23,9 @@
#define IDC_STATIC -1
#define IDC_APPLICATION 100
#define IDI_MAINICON 101
-#define IDC_STATBAR 102
-#define IDB_SUSERS 103
+#define IDI_REDHATICON 102
+#define IDC_STATBAR 103
+#define IDB_SUSERS 104
#define IDS_APPLICATION 150
#define IDS_APPDESCRIPTION 151
Modified: trunk/utils/windows/native/service/procrun/src/gui.c
===================================================================
--- trunk/utils/windows/native/service/procrun/src/gui.c 2008-03-28 10:34:58 UTC (rev
1477)
+++ trunk/utils/windows/native/service/procrun/src/gui.c 2008-03-28 10:44:56 UTC (rev
1478)
@@ -102,7 +102,7 @@
IMAGE_ICON, 16, 16, LR_DEFAULTCOLOR);
_st_sys_gui.hIcon = LoadImage(_st_sys_gui.hInstance,
MAKEINTRESOURCE(IDI_MAINICON),
IMAGE_ICON, 32, 32, LR_DEFAULTCOLOR);
- _st_sys_gui.hIconHg = LoadImage(_st_sys_gui.hInstance,
MAKEINTRESOURCE(IDI_MAINICON),
+ _st_sys_gui.hIconHg = LoadImage(_st_sys_gui.hInstance,
MAKEINTRESOURCE(IDI_REDHATICON),
IMAGE_ICON, 48, 48, LR_DEFAULTCOLOR);
_st_sys_gui.hAccel = LoadAccelerators(_st_sys_gui.hInstance,
MAKEINTRESOURCE(IDC_APPLICATION));
Show replies by date