comparison dwt/DWT.d @ 318:f7a1b148cb35

Fix the languag file support.
author Frank Benoit <benoit@tionex.de>
date Sun, 19 Oct 2008 02:47:56 +0200
parents fd9c62a2998e
children
comparison
equal deleted inserted replaced
317:8c656d6b7300 318:f7a1b148cb35
3662 * @exception IllegalArgumentException <ul> 3662 * @exception IllegalArgumentException <ul>
3663 * <li>ERROR_NULL_ARGUMENT - if the key is null</li> 3663 * <li>ERROR_NULL_ARGUMENT - if the key is null</li>
3664 * </ul> 3664 * </ul>
3665 */ 3665 */
3666 public static String getMessage(String key) { 3666 public static String getMessage(String key) {
3667 //return Compatibility.getMessage(key); 3667 return Compatibility.getMessage(key);
3668 return "";
3669 } 3668 }
3670 3669
3671 /** 3670 /**
3672 * Returns the DWT platform name. 3671 * Returns the DWT platform name.
3673 * Examples: "win32", "motif", "gtk", "photon", "carbon" 3672 * Examples: "win32", "motif", "gtk", "photon", "carbon"