You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/12/28 17:40:31 UTC

cvs commit: httpd-2.0/support/win32 ApacheMonitor.rc

wrowe       01/12/28 08:40:31

  Modified:    support/win32 ApacheMonitor.rc
  Log:
    Fix the logo bitmap, since I missed this 'hand editing' the .rc file.
  
  Submitted by:  Mladen Turk <mt...@mappingsoft.com>
  
  Revision  Changes    Path
  1.10      +1 -1      httpd-2.0/support/win32/ApacheMonitor.rc
  
  Index: ApacheMonitor.rc
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/win32/ApacheMonitor.rc,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ApacheMonitor.rc	2001/11/27 03:58:41	1.9
  +++ ApacheMonitor.rc	2001/12/28 16:40:31	1.10
  @@ -24,7 +24,7 @@
       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