Build fix for Icinga Studio

This commit is contained in:
Gunnar Beutner 2015-09-21 13:08:49 +02:00
parent 67426387fe
commit 9462abb0ee
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ using namespace icinga;
AboutForm::AboutForm(wxWindow *parent)
: AboutFormBase(parent)
{
std::string version = "Version " + Application::GetVersion();
std::string version = "Version " + Application::GetAppVersion();
m_VersionLabel->SetLabelText(version);
}