--- a/gui_actions.cpp Wed May 08 03:53:45 2013 +0300 +++ b/gui_actions.cpp Wed May 08 04:10:31 2013 +0300 @@ -26,6 +26,7 @@ #include "zz_addObjectDialog.h" #include "zz_aboutDialog.h" #include "misc.h" +#include "zz_ldrawPathDialog.h" // ============================================================================= // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @@ -108,6 +109,11 @@ ConfigDialog::staticDialog (); } +MAKE_ACTION (setLDrawPath, "Set LDraw Path", "settings", "Change the LDraw directory path.", (0)) { + LDrawPathDialog dlg (true); + dlg.exec (); +} + // ============================================================================= // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // =============================================================================