Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@20088 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2010-02-09 12:05:11 +00:00
parent 33e7aee3dd
commit ce944dbeda

View File

@ -3298,8 +3298,6 @@ long xvt_sys_get_oem_int(const char* name, long defval)
static long _oem = -1;
if (_oem < 0)
_oem = xvt_sys_get_profile_int(_startup_dir+"/setup/oem.ini", "MAIN", "OEM", -1);
}
const int oem = xvt_sys_get_profile_int(strFileName, "MAIN", "OEM", -1);
if (_oem >= 0)
{
if (wxStricmp(name, "OEM") != 0)