refs #445, preparation for data GUI

* improved finding of main window
* project -> version string
* location of application icon
This commit is contained in:
Klaus Basan
2015-07-10 01:22:37 +02:00
committed by Mathew Sutcliffe
parent b308014bc2
commit 3e982b014f
8 changed files with 39 additions and 28 deletions

View File

@@ -69,7 +69,7 @@ namespace BlackGui
CEnableForFramelessWindow *CEnableForDockWidgetInfoArea::mainApplicationWindow() const
{
CEnableForFramelessWindow *mw = CGuiUtility::mainApplicationWindow();
CEnableForFramelessWindow *mw = CGuiUtility::mainFramelessEnabledApplicationWindow();
return mw;
}