old style update_url is saved in settings

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@924 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-05-31 23:42:17 +00:00
parent 11c1b7e4dc
commit ff9dc0ddf0
+5 -1
View File
@@ -236,7 +236,11 @@ IMPLEMENT_REFLECTION_NO_SCRIPT(Settings) {
REFLECT(symbol_grid_snap);
REFLECT(default_game);
REFLECT(apprentice_location);
REFLECT_IGNORE(306,"updates url");
#if USE_OLD_STYLE_UPDATE_CHECKER
REFLECT(updates_url);
#else
REFLECT_IGNORE(306,"updates url");
#endif
REFLECT(package_versions_url);
REFLECT(installer_list_url);
REFLECT(check_updates);