mirror of https://github.com/Icinga/icinga2.git
Build fix for Icinga Studio
This commit is contained in:
parent
67426387fe
commit
9462abb0ee
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue