+ fix little translation issue

git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5311 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
wmayer 2011-12-15 18:36:07 +00:00
parent eac5828903
commit 5593d0515c

View File

@ -44,6 +44,15 @@ using namespace Gui;
using namespace DrawingGui;
using namespace std;
#if 0 // needed for Qt's lupdate utility
qApp->translate("QObject", "Front");
qApp->translate("QObject", "Back");
qApp->translate("QObject", "Right");
qApp->translate("QObject", "Left");
qApp->translate("QObject", "Top");
qApp->translate("QObject", "Bottom");
#endif
int name_to_number(const QString& nme)
{