Searched refs:m_changelog (Results 1 – 6 of 6) sorted by relevance
19 wxButton* m_changelog; member in UpdaterPanel43 m_changelog = new wxButton( this, ID_BUT_CHANGELOG,_("Open changelog in browser") ); in UpdaterPanel()44 m_main_sizer->Add( m_changelog, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 5 ); in UpdaterPanel()
67 return m_changelog; in changelog()72 m_changelog = changelog; in setChangelog()
68 QString m_changelog; variable
191 const std::string& ChangeLog() const { return GetTranslatedText(m_changelog); } in ChangeLog()243 std::unordered_map<std::string, std::string> m_changelog; variable
51 …void SetChangelog(std::string changelog) { m_addonInfo->m_changelog.insert(std::pair<std::string, … in SetChangelog()
363 GetTextList(child, "news", addon->m_changelog); in ParseXML()