mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 19:14:51 +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,
|
aqua_trans.insert(QTranslatorMessage("QMenuBar", "Setup", 0,
|
||||||
"do_not_merge_me"));
|
"do_not_merge_me"));
|
||||||
|
|
||||||
app.installTranslator(&aqua_trans);
|
qApp->installTranslator(&aqua_trans);
|
||||||
#endif
|
#endif
|
||||||
*/
|
*/
|
||||||
using namespace lyx::graphics;
|
using namespace lyx::graphics;
|
||||||
|
Loading…
Reference in New Issue
Block a user