--- a/src/gui_actions.cpp Sat Dec 07 01:03:17 2013 +0200 +++ b/src/gui_actions.cpp Sat Dec 07 01:08:52 2013 +0200 @@ -207,7 +207,7 @@ // ============================================================================= // ----------------------------------------------------------------------------- DEFINE_ACTION (NewCLine, 0) -{ AddObjectDialog::staticDialog (LDObject::CndLine, null); +{ AddObjectDialog::staticDialog (LDObject::CondLine, null); } // =============================================================================