This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git

commit f3cac14f99fe107cce1a99e00119b0fba9f69700
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Nov 13 16:51:02 2025 +0000

    Replace old logo with new
---
 src/native/windows/apps/prunmgr/prunmgr.rc |  18 +++++++++---------
 src/native/windows/resources/commons.bmp   | Bin 25462 -> 68854 bytes
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/native/windows/apps/prunmgr/prunmgr.rc 
b/src/native/windows/apps/prunmgr/prunmgr.rc
index cf780ee..c8c9d71 100644
--- a/src/native/windows/apps/prunmgr/prunmgr.rc
+++ b/src/native/windows/apps/prunmgr/prunmgr.rc
@@ -15,7 +15,7 @@
  */
 
 #include "apxwin.h"
-#include "prunmgr.h"
+#include "prunmgr.h"229/1.5
 
 #define RSTR_PSM        "Apache Commons Daemon Service Manager"
 #define RSTR_SCMATS     "Service Manager is attempting to "
@@ -28,19 +28,19 @@ BMP_COMMONS          BITMAP                 
"../../resources/commons.bmp"
 
 CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "prunmgr.manifest"
 
-IDD_ABOUTBOX DIALOGEX 0, 0, 337, 187
+IDD_ABOUTBOX DIALOGEX 0, 0, 337, 225
 STYLE DS_SETFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
 CAPTION "Apache Service Manager"
 FONT 8, "Microsoft Sans Serif", 400, 0, 0x0
 BEGIN
-    DEFPUSHBUTTON   "&OK",IDOK,285,150,50,14
+    DEFPUSHBUTTON   "&OK",IDOK,285,182,50,14
     CONTROL         "",IDC_LICENSE,"RichEdit20A",ES_MULTILINE |
-                    ES_READONLY | WS_BORDER | WS_VSCROLL,0,31,335,115
-    CONTROL         
"BMP_COMMONS",IDC_STATIC,"Static",SS_BITMAP|0x00000040L,0,0,337,30
-    LTEXT           " ",IDC_ABOUTAPP,2,150,270,12
-    LTEXT           "Copyright (c) 2000-2025 The Apache Software 
Foundation.",IDC_STATIC,2,160,270,12
-    LTEXT           "https://commons.apache.org",IDC_STATIC,2,170,270,12
-    PUSHBUTTON      "&System Info",IAB_SYSINF,285,170,50,14
+                    ES_READONLY | WS_BORDER | WS_VSCROLL,0,63,335,115
+    CONTROL         
"BMP_COMMONS",IDC_STATIC,"Static",SS_BITMAP|0x00000040L,0,0,153,62
+    LTEXT           " ",IDC_ABOUTAPP,2,182,270,12
+    LTEXT           "Copyright (c) 2000-2025 The Apache Software 
Foundation.",IDC_STATIC,2,192,270,12
+    LTEXT           "https://commons.apache.org",IDC_STATIC,2,202,270,12
+    PUSHBUTTON      "&System Info",IAB_SYSINF,285,202,50,14
 END
 
 IDD_PROGRESS DIALOGEX 0, 0, 322, 92
diff --git a/src/native/windows/resources/commons.bmp 
b/src/native/windows/resources/commons.bmp
index 6e6a006..fd65b06 100644
Binary files a/src/native/windows/resources/commons.bmp and 
b/src/native/windows/resources/commons.bmp differ

Reply via email to