mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 21:40:19 +00:00
app -> qApp, forgot this with the last patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14038 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
042d5a0242
commit
716626aa0b
@ -195,7 +195,7 @@ void exec(int & argc, char * argv[])
|
||||
aqua_trans.insert(QTranslatorMessage("QMenuBar", "Setup", 0,
|
||||
"do_not_merge_me"));
|
||||
|
||||
app.installTranslator(&aqua_trans);
|
||||
qApp->installTranslator(&aqua_trans);
|
||||
#endif
|
||||
*/
|
||||
using namespace lyx::graphics;
|
||||
|
Loading…
Reference in New Issue
Block a user