src/miscallenous.cc

changeset 662
2f1bd9112408
parent 655
b376645315ab
child 733
cc39df788660
--- a/src/miscallenous.cc	Thu Apr 10 13:58:06 2014 +0300
+++ b/src/miscallenous.cc	Mon Apr 14 16:00:36 2014 +0300
@@ -160,7 +160,7 @@
 			continue;
 
 		// Check for decimal point
-		if (!gotDot && c == '.')
+		if (not gotDot && c == '.')
 		{
 			gotDot = true;
 			continue;
@@ -269,7 +269,7 @@
 	ui.customY->setValue (edit_customrotpoint.y());
 	ui.customZ->setValue (edit_customrotpoint.z());
 
-	if (!dlg->exec())
+	if (not dlg->exec())
 		return;
 
 	edit_rotpoint =

mercurial