X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.cxx;fp=src%2Fgui%2FMainwindow.cxx;h=f28f1e25a23161630c985e52319ab13d74582660;hp=269f3e7359d7c82b89e613c011d6f614097cee0a;hb=cab6494b97d1626c7b9285b69df324d9c9953614;hpb=8faf75cf61a49217385a0b769e42a2b70536b041 diff --git a/src/gui/Mainwindow.cxx b/src/gui/Mainwindow.cxx index 269f3e7..f28f1e2 100644 --- a/src/gui/Mainwindow.cxx +++ b/src/gui/Mainwindow.cxx @@ -19,7 +19,7 @@ Mainwindow::Mainwindow(InformationManager* mgr) : manager(mgr) - , logger(log4cxx::Logger::getLogger("Mainwindow")) { + , logger(log4cxx::Logger::getLogger("gui.Mainwindow")) { openAction = new QAction(tr("&Open"), this); loadAction = new QAction(tr("&Load"), this); saveAction = new QAction(tr("&Save"), this);