Support for provider contact info added

This commit is contained in:
2016-06-21 10:46:05 +02:00
parent b634956901
commit e98856f934
5 changed files with 161 additions and 12 deletions

View File

@@ -110,6 +110,7 @@ class wxEAPProviderLockedBase : public wxPanel
protected:
wxStaticBitmap* m_provider_locked_icon;
wxBoxSizer* m_provider_locked_vert;
wxStaticText* m_provider_locked_label;
public: