Changeset 318:f7a1b148cb35
- Timestamp:
- 10/18/08 20:47:56
(3 months ago)
- Author:
- Frank Benoit <benoit@tionex.de>
- branch:
- default
- Message:
Fix the languag file support.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r246 |
r318 |
|
| 3665 | 3665 | */ |
|---|
| 3666 | 3666 | public static String getMessage(String key) { |
|---|
| 3667 | | //return Compatibility.getMessage(key); |
|---|
| 3668 | | return ""; |
|---|
| | 3667 | return Compatibility.getMessage(key); |
|---|
| 3669 | 3668 | } |
|---|
| 3670 | 3669 | |
|---|
| r317 |
r318 |
|
| 32 | 32 | import tango.sys.Process; |
|---|
| 33 | 33 | import dwt.dwthelper.utils; |
|---|
| | 34 | import dwt.dwthelper.ResourceBundle; |
|---|
| 34 | 35 | import tango.io.Path; |
|---|
| | 36 | import tango.text.convert.Format; |
|---|
| 35 | 37 | |
|---|
| 36 | 38 | /** |
|---|