Update of /cvsroot/perl-win32-gui/Win32-GUI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12973

Modified Files:
        CHANGELOG Toolbar.xs 
Log Message:
Fix typo in LoadImage() docs

Index: Toolbar.xs
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Toolbar.xs,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Toolbar.xs  16 Mar 2006 21:11:12 -0000      1.7
--- Toolbar.xs  15 Jul 2007 18:58:28 -0000      1.8
***************
*** 983,990 ****
  
      
###########################################################################
!     # 
(@)METHOD:LoadImages([IDBITAMP=IDB_HIST_LARGE_COLOR],[HINSTANCE=HINST_COMMCTRL])
      # Loads bitmaps into a toolbar control's image list.  
      # 
!     # IDBITAMP when HINSTANCE == HINST_COMMCTRL,
      #   IDB_HIST_LARGE_COLOR = Explorer bitmaps in large size. 
      #   IDB_HIST_SMALL_COLOR = Explorer bitmaps in small size.  
--- 983,990 ----
  
      
###########################################################################
!     # 
(@)METHOD:LoadImages([IDBITMAP=IDB_HIST_LARGE_COLOR],[HINSTANCE=HINST_COMMCTRL])
      # Loads bitmaps into a toolbar control's image list.  
      # 
!     # IDBITMAP when HINSTANCE == HINST_COMMCTRL,
      #   IDB_HIST_LARGE_COLOR = Explorer bitmaps in large size. 
      #   IDB_HIST_SMALL_COLOR = Explorer bitmaps in small size.  

Index: CHANGELOG
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v
retrieving revision 1.117
retrieving revision 1.118
diff -C2 -d -r1.117 -r1.118
*** CHANGELOG   15 Jul 2007 18:56:25 -0000      1.117
--- CHANGELOG   15 Jul 2007 18:58:28 -0000      1.118
***************
*** 22,25 ****
--- 22,26 ----
      - RichEdit.xs - add alias LimitText() to correct spelling of LimiteText()
      - TYPEMAP - correct UINT to be T_UV
+     - Toolbar.xs - LoadImages() correct typo in docs
  
  + [Robert May] : 20 January 2007 - Restore Original WndProc


Reply via email to