diff org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/widgets/TrayItem.d @ 38:2e09b0e6857a

work on phobosfication
author Frank Benoit <benoit@tionex.de>
date Wed, 25 Mar 2009 11:18:25 +0100
parents 6dd524f61e62
children
line wrap: on
line diff
--- a/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/widgets/TrayItem.d	Wed Mar 25 08:46:48 2009 +0100
+++ b/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/widgets/TrayItem.d	Wed Mar 25 11:18:25 2009 +0100
@@ -471,7 +471,7 @@
     checkWidget ();
     toolTipText = value;
     NOTIFYICONDATA iconData;
-    TCHAR[] buffer = StrToTCHARs (0, toolTipText is null ? "X"[1..1] : toolTipText, true);
+    StringT buffer = StrToTCHARs (0, toolTipText is null ? "X"[1..1] : toolTipText, true);
     assert( buffer.ptr !is null );
     /*
     * Note that the size of the szTip field is different in version 5.0 of shell32.dll.