App Store setting added

This commit is contained in:
Kirill Zhdanovich 2013-04-01 16:39:07 +03:00 committed by Alex Zolotarev
parent 62000375d8
commit ecdf8ee5d3
2 changed files with 4 additions and 3 deletions

View file

@ -13,10 +13,11 @@ namespace dlg_settings
char const * g_arrSettingsName[] =
{
"FacebookDialog",
"BuyProDialog"
"BuyProDialog" ,
"AppStoreRate"
};
int g_arrMinForegroundTime[] = { 30 * 60, 60 * 60 };
int g_arrMinForegroundTime[] = { 30 * 60, 60 * 60, 50 * 60};
//@}

View file

@ -5,7 +5,7 @@ namespace dlg_settings
{
/// @note Do not change numeric values, order and leave DlgCount last.
//@{
enum DialogT { FacebookDlg = 0, BuyProDlg, DlgCount };
enum DialogT { FacebookDlg = 0, BuyProDlg, AppStore, DlgCount };
enum ResultT { OK = 0, Later, Never };
//@}