src/configDialog.cpp

changeset 214
28e0b37156be
parent 211
8d35e631bef3
child 233
524cb0833027
--- a/src/configDialog.cpp	Fri May 17 11:53:28 2013 +0300
+++ b/src/configDialog.cpp	Sat May 18 21:35:55 2013 +0300
@@ -129,7 +129,7 @@
 		"not set, edge lines take their color as defined in LDConfig.ldr");
 	cb_blackEdges->setChecked (gl_blackedges);
 	
-	cb_schemanticInline = new QCheckBox ("Schemantic insertion only");
+	cb_schemanticInline = new QCheckBox ("Scemantic insertion only");
 	cb_schemanticInline->setChecked (edit_schemanticinline);
 	cb_colorBFC->setWhatsThis ("When inserting objects through inlining, file "
 		"inserting or through external programs, all non-schemantics (those without "

mercurial