diff -r abc41079b313 -r 59b3b4473dc8 javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/widgets/Internal_PackageSupport.java --- a/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/widgets/Internal_PackageSupport.java Fri Jul 23 12:27:20 2010 +0300 +++ b/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/widgets/Internal_PackageSupport.java Thu Aug 05 16:07:57 2010 +0300 @@ -385,6 +385,9 @@ public static void setStandardIcon(Label l, int iconType, int iconWidth, int iconHeight) { l.setStandardIcon(iconType, iconWidth, iconHeight); } +public static void setThemeIcon(Label l, String iconName) { + l.setThemeIcon(iconName); +} public static void setMobileDevice(Display display, MobileDevice mobileDevice){ Display.mobileDevice = mobileDevice;