diff --git a/src/Gui/Command.cpp b/src/Gui/Command.cpp index 2f34ea1e60..c1e7a339d1 100644 --- a/src/Gui/Command.cpp +++ b/src/Gui/Command.cpp @@ -582,10 +582,8 @@ void Command::setGroupName(const char* s) QString Command::translatedGroupName() const { QString text = qApp->translate(className(), getGroupName()); -#if 0 // not yet activated if (text == QString::fromLatin1(getGroupName())) text = qApp->translate("Workbench", getGroupName()); -#endif return text; }