ecere/gui/FormDesigner: Fixed string which should be internationalized
authorJerome St-Louis <jerome@ecere.com>
Tue, 8 Apr 2014 18:20:28 +0000 (14:20 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 8 Apr 2014 18:20:28 +0000 (14:20 -0400)
ecere/src/gui/FormDesigner.ec

index 0e48a12..0e80b25 100644 (file)
@@ -191,7 +191,7 @@ class FormDesigner : ClassDesignerBase
       editBox.Printf("class %s : %s\n", name, inherit);
       editBox.Printf("{\n");
 
-      editBox.Printf("   caption = \"%s\";\n", name);
+      editBox.Printf("   caption = $\"%s\";\n", name);
       //editBox.Printf("   background = Color { 212, 208, 200 };\n");
 
       editBox.Printf("   background = formColor;\n");