Update of /cvsroot/perl-win32-gui/Win32-GUI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13845
Modified Files:
GUI.pm
Log Message:
Correct references in docs from shell.dll to shell32.dll
Index: GUI.pm
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.pm,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** GUI.pm 14 Jun 2006 22:26:31 -0000 1.48
--- GUI.pm 15 Jun 2006 23:38:48 -0000 1.49
***************
*** 2481,2487 ****
#
# The functionality of Win32::GUI::NotifyIcon is affected by the version
! # of shell.dll installed with the windows system running your script. You
# can find this version from $Win32::GUI::NotifyIcon::SHELLDLL_VERSION,
! # which contains the major version number of the shell.dll library that
# has been loaded.
package Win32::GUI::NotifyIcon;
--- 2481,2487 ----
#
# The functionality of Win32::GUI::NotifyIcon is affected by the version
! # of shell32.dll installed with the windows system running your script. You
# can find this version from $Win32::GUI::NotifyIcon::SHELLDLL_VERSION,
! # which contains the major version number of the shell32.dll library that
# has been loaded.
package Win32::GUI::NotifyIcon;
***************
*** 2500,2504 ****
# -tip => STRING
# the text that will appear as a tooltip when the mouse is
! # hovering over the NotifyIcon. For shell.dll versions prior
# to 5.0 the text length is limited to 63 characters; For
# later versions it is limited to 127 characters. The string
--- 2500,2504 ----
# -tip => STRING
# the text that will appear as a tooltip when the mouse is
! # hovering over the NotifyIcon. For shell32.dll versions prior
# to 5.0 the text length is limited to 63 characters; For
# later versions it is limited to 127 characters. The string
***************
*** 2507,2513 ****
# Set NEM event handler (you can also use -on Event Option).
#
! # For shell.dll version 5.0 and later balloon tooltips can be used,
# the following options control balloon tooltips. If your version
! # of shell.dll does not support balloon tooltips, then these options
# are silently ignored:
# -balloon => 0/1
--- 2507,2513 ----
# Set NEM event handler (you can also use -on Event Option).
#
! # For shell32.dll version 5.0 and later balloon tooltips can be used,
# the following options control balloon tooltips. If your version
! # of shell32.dll does not support balloon tooltips, then these options
# are silently ignored:
# -balloon => 0/1