mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 14:44:32 +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)
|
AboutForm::AboutForm(wxWindow *parent)
|
||||||
: AboutFormBase(parent)
|
: AboutFormBase(parent)
|
||||||
{
|
{
|
||||||
std::string version = "Version " + Application::GetVersion();
|
std::string version = "Version " + Application::GetAppVersion();
|
||||||
m_VersionLabel->SetLabelText(version);
|
m_VersionLabel->SetLabelText(version);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user