diff org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/CCombo.d @ 6:f36c67707cb3

Removed import to tango.core.Exception
author Frank Benoit <benoit@tionex.de>
date Thu, 05 Mar 2009 00:18:47 +0100
parents 6dd524f61e62
children 2847134a5fc0
line wrap: on
line diff
--- a/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/CCombo.d	Wed Mar 04 23:50:32 2009 +0100
+++ b/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/CCombo.d	Thu Mar 05 00:18:47 2009 +0100
@@ -49,7 +49,6 @@
 
 static import tango.text.convert.Utf;
 static import tango.text.Unicode;
-static import tango.text.convert.Format;
 import java.lang.all;
 import java.lang.Runnable;
 
@@ -923,7 +922,7 @@
                 if (text !is null) {
                     dchar mnemonic = _findMnemonic (text);
                     if (mnemonic !is '\0') {
-                        shortcut = tango.text.convert.Format.Format( "Alt+{}", mnemonic ); //$NON-NLS-1$
+                        shortcut = Format( "Alt+{}", mnemonic ); //$NON-NLS-1$
                     }
                 }
             }