From: William A. Rowe Jr Date: Fri, 28 Dec 2001 16:40:31 +0000 (+0000) Subject: Fix the logo bitmap, since I missed this 'hand editing' the .rc file. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7725d149f5244808cb2610554d0269e621de63f2;p=apache Fix the logo bitmap, since I missed this 'hand editing' the .rc file. Submitted by: Mladen Turk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92637 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/win32/ApacheMonitor.rc b/support/win32/ApacheMonitor.rc index be8898031b..2219b6acb1 100644 --- a/support/win32/ApacheMonitor.rc +++ b/support/win32/ApacheMonitor.rc @@ -24,7 +24,7 @@ BEGIN PUSHBUTTON "S&top",IDC_SSTOP,298,91,50,14 PUSHBUTTON "&Restart",IDC_SRESTART,298,107,50,14 PUSHBUTTON "Ser&vices",IDC_SMANAGER,298,123,50,14 - CONTROL 113,IDC_STATIC,"Static",SS_BITMAP,0,0,349,38 + CONTROL IDB_BMPHEADER,IDC_STATIC,"Static",SS_BITMAP,0,0,349,38 PUSHBUTTON "&Connect",IDC_SCONNECT,298,139,50,14 PUSHBUTTON "E&xit",IDC_SEXIT,298,161,50,14 END