Author: AlbrechtS
Date: 2011-01-02 06:50:39 -0800 (Sun, 02 Jan 2011)
New Revision: 8169
Log:
Fixed typo.
Modified:
branches/branch-1.3/test/fonts.cxx
Modified: branches/branch-1.3/test/fonts.cxx
===================================================================
--- branches/branch-1.3/test/fonts.cxx 2011-01-02 03:55:23 UTC (rev 8168)
+++ branches/branch-1.3/test/fonts.cxx 2011-01-02 14:50:39 UTC (rev 8169)
@@ -107,7 +107,7 @@
char label[0x1000];
void create_the_forms() {
- // Cerate the sample string
+ // create the sample string
int n = 0;
strcpy(label, "Hello, world!\n");
int i = strlen(label);
@@ -123,12 +123,12 @@
i += fl_utf8encode((unsigned int)c, label + i);
}
label[i] = 0;
-
+
// create the basic layout
form = new Fl_Double_Window(550,370);
tile = new Fl_Tile(0, 0, 550, 370);
-
+
Fl_Group *textgroup = new Fl_Group(0, 0, 550, 185);
textgroup->box(FL_FLAT_BOX);
textobj = new FontDisplay(FL_FRAME_BOX,10,10,530,170,label);
@@ -136,7 +136,7 @@
textobj->color(9,47);
textgroup->resizable(textobj);
textgroup->end();
-
+
Fl_Group *fontgroup = new Fl_Group(0, 185, 550, 185);
fontgroup->box(FL_FLAT_BOX);
fontobj = new Fl_Hold_Browser(10, 190, 390, 170);
@@ -149,9 +149,9 @@
sizeobj->callback(size_cb);
fontgroup->resizable(fontobj);
fontgroup->end();
-
+
tile->end();
-
+
form->resizable(tile);
form->end();
}
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit