mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user