Changeset 11470
- Timestamp:
- 05/13/08 00:06:02 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/tiarra/trunk/module/System/NotifyIcon/Win32.pm
r11365 r11470 98 98 } 99 99 if (!$can_use_win32api || $this->{notifyicondata_version} <= 1) { 100 # This is internal API! 101 Win32::GUI::NotifyIcon::Modify($this->{notify_icon}->{-handle}, 102 -id => $this->{notify_icon}->{-id}, 103 -tip => $tooltip); 100 eval { 101 $this->{notify_icon}->Change(-tip => $tooltip); 102 }; if ($@) { 103 # This is internal API! 104 Win32::GUI::NotifyIcon::Modify($this->{notify_icon}->{-handle}, 105 -id => $this->{notify_icon}->{-id}, 106 -tip => $tooltip); 107 } 104 108 } else { 105 109 my ($struct,$ret);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)