src/gui_editactions.cpp

changeset 189
ac2d3e8dd110
parent 188
4e686b771996
child 190
82f784cf2ce5
--- a/src/gui_editactions.cpp	Thu May 09 17:03:44 2013 +0300
+++ b/src/gui_editactions.cpp	Fri May 10 17:39:56 2013 +0300
@@ -749,4 +749,11 @@
 
 MAKE_ACTION (intersector, "Intersector", "intersector", "Perform clipping between two input groups.", KEY (F5)) {
 	runIntersector ();
+}
+
+// =========================================================================================================================================
+// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+// =========================================================================================================================================
+MAKE_ACTION (replaceCoords, "Replace Coordinates", "replace-coords", "Find and replace coordinate values", CTRL (R)) {
+	QDialog dlg;
 }
\ No newline at end of file

mercurial