comparison dwtexamples/texteditor/TextEditor.d @ 65:a84ba4d1820f

restructure the dsss.conf and resources
author Frank Benoit <benoit@tionex.de>
date Fri, 11 Apr 2008 21:15:36 +0200
parents 7c3196948c7f
children
comparison
equal deleted inserted replaced
64:b2bcc4b13c31 65:a84ba4d1820f
63 Font font = null; 63 Font font = null;
64 ToolItem boldButton, italicButton, underlineButton, strikeoutButton; 64 ToolItem boldButton, italicButton, underlineButton, strikeoutButton;
65 65
66 //string resources 66 //string resources
67 static ResourceBundle resources; 67 static ResourceBundle resources;
68 private static const char[] resourceData = import( "examples_texteditor.properties" ); 68 private static const char[] resourceData = import( "dwtexamples.texteditor.examples_texteditor.properties" );
69 69
70 /* 70 /*
71 * static ctor 71 * static ctor
72 */ 72 */
73 static this() 73 static this()