Added translation for library vobj.

--HG--
branch : develop
This commit is contained in:
dismine 2014-12-18 12:52:39 +02:00
parent c36f2d47e7
commit 934ccce310
2 changed files with 4 additions and 1 deletions

View file

@ -11,12 +11,14 @@ DEPENDPATH += \
../src/app \
../src/libs/qmuparser \
../src/libs/vpropertyexplorer \
../src/libs/ifc
../src/libs/ifc \
../src/libs/vobj
include(../src/app/app.pri)
include(../src/libs/qmuparser/qmuparser.pri)
include(../src/libs/vpropertyexplorer/vpropertyexplorer.pri)
include(../src/libs/ifc/ifc.pri)
include(../src/libs/vobj/vobj.pri)
# Add here path to new translation file with name "valentina_*_*.ts" if you want to add new language.
# Same paths in variable INSTALL_TRANSLATIONS (app.pro).

View file

@ -478,6 +478,7 @@ void VApplication::BeginLogging()
else
{
delete log;
log = nullptr;
qCDebug(vApp) << "Error opening log file '" << LogPath() << "'. All debug output redirected to console.";
}
}