--- a/gui_actions.cpp Sun Apr 21 16:46:42 2013 +0300 +++ b/gui_actions.cpp Sun Apr 21 19:03:53 2013 +0300 @@ -16,14 +16,17 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <errno.h> #include <qfiledialog.h> #include <qmessagebox.h> +#include <qboxlayout.h> #include "gui.h" #include "file.h" +#include "history.h" #include "zz_newPartDialog.h" #include "zz_configDialog.h" #include "zz_addObjectDialog.h" -#include "history.h" +#include "zz_aboutDialog.h" // ============================================================================= // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @@ -138,7 +141,8 @@ ACTION (about, "About " APPNAME_DISPLAY, "ldforge", "Shows information about " APPNAME_DISPLAY ".", CTRL (F1)) { - + AboutDialog dlg; + dlg.exec (); } ACTION (aboutQt, "About Qt", "qt", "Shows information about Qt.", CTRL_SHIFT (F1)) {