Adaptation to Updater changes

This commit is contained in:
Simon Rozman 2016-10-11 13:25:33 +02:00
parent 8d9af61d5e
commit 52689653d0
6 changed files with 6 additions and 23 deletions

@ -1 +1 @@
Subproject commit a9a04f8df31335e28aedb5f38eb2bd44ba9ceb0a
Subproject commit 2ca5b4d9d185b64221134366575ed2b3ba908d45

View File

@ -57,7 +57,7 @@ bool ZRColaApp::OnInit()
// Initialize locale.
if (wxInitializeLocale(m_locale)) {
wxVERIFY(m_locale.AddCatalog(wxT("wxExtend") wxT(wxExtendVersion)));
wxVERIFY(m_locale.AddCatalog(wxT("Updater") wxT(wxUpdaterVersion)));
wxVERIFY(m_locale.AddCatalog(wxT("UpdaterZRCola")));
wxVERIFY(m_locale.AddCatalog(wxT("libZRColaUI")));
wxVERIFY(m_locale.AddCatalog(wxT("ZRCola")));
wxVERIFY(m_locale.AddCatalog(wxT("ZRCola-zrcdb")));

Binary file not shown.

View File

@ -15,22 +15,3 @@
// Update server catalog location
//
#define UPDATER_HTTP_PATH "/prenos/ZRCola/catalog-0000.xml"
//
// The product vendor and application name for configuration keeping.
//
#define UPDATER_CFG_VENDOR "Amebis"
#define UPDATER_CFG_APPLICATION "ZRCola"
//
// Product version as a single DWORD
// Note: Used for version comparison within C/C++ code.
//
#define UPDATER_PRODUCT_VERSION PRODUCT_VERSION
//
// Human readable product version and build year for UI
//
#define UPDATER_PRODUCT_VERSION_STR PRODUCT_VERSION_STR

View File

@ -21,7 +21,9 @@
<ImportGroup Label="ExtensionSettings">
<Import Project="xgettext.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Label="UserMacros">
<UpdaterVersion>ZRCola</UpdaterVersion>
</PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>ZRCola Common</_PropertySheetDisplayName>
<IntDir>temp\$(MSBuildProjectName).$(Platform).$(Configuration).$(PlatformToolset)\</IntDir>

View File

@ -1,7 +1,7 @@
*/libZRColaUI.mo
*/wxExtend14.mo
*/wxstd.mo
*/Updater10.mo
*/UpdaterZRCola.mo
*/ZRCola.mo
*/ZRColaCompile.mo
*/ZRCola-zrcdb.mo