Composer panel settings moved for simpler configuration organization

This commit is contained in:
Simon Rozman 2016-04-23 06:38:48 +02:00
parent 21114d818c
commit 840c8240b7

View File

@ -359,7 +359,7 @@ wxPersistentZRColaComposerPanel::wxPersistentZRColaComposerPanel(wxZRColaCompose
wxString wxPersistentZRColaComposerPanel::GetKind() const
{
return wxT("ZRColaComposerPanel");
return wxT(wxPERSIST_TLW_KIND);
}