Fixed messagebox and context menu layout with RTL languages

This commit is contained in:
Birunthan Mohanathas
2012-06-19 14:31:08 +03:00
parent 15380f1697
commit 0ce52f744a
5 changed files with 40 additions and 23 deletions

View File

@ -1160,7 +1160,7 @@ void CConfigParser::ReadIniFile(const std::wstring& iniFile, LPCTSTR skinSection
{
if (depth > 100) // Is 100 enough to assume the include loop never ends?
{
MessageBox(NULL, GetString(ID_STR_INCLUDEINFINITELOOP), APPNAME, MB_OK | MB_TOPMOST | MB_ICONERROR);
Rainmeter->ShowMessage(NULL, GetString(ID_STR_INCLUDEINFINITELOOP), MB_OK | MB_ICONERROR);
return;
}