comparison examples/texteditor/TextEditor.d @ 80:8a1930f94cbb

fix package renaming
author Frank Benoit <benoit@tionex.de>
date Sun, 11 May 2008 21:03:41 +0200
parents 4a04b6759f98
children 172947fc6a88
comparison
equal deleted inserted replaced
79:da17aa0427da 80:8a1930f94cbb
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( "dwtexamples.texteditor.examples_texteditor.properties" ); 68 private static const char[] resourceData = import( "examples.texteditor.examples_texteditor.properties" );
69 69
70 /* 70 /*
71 * static ctor 71 * static ctor
72 */ 72 */
73 static this() 73 static this()