mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-25 14:54:39 +02:00
parent
394f762d6b
commit
03eebf8496
@ -1320,5 +1320,9 @@ int NativeLangSpeaker::messageBox(const char *msgBoxTagName, HWND hWnd, const TC
|
|||||||
title = stringReplace(title, TEXT("$STR_REPLACE$"), strInfo);
|
title = stringReplace(title, TEXT("$STR_REPLACE$"), strInfo);
|
||||||
msg = stringReplace(msg, TEXT("$STR_REPLACE$"), strInfo);
|
msg = stringReplace(msg, TEXT("$STR_REPLACE$"), strInfo);
|
||||||
}
|
}
|
||||||
|
if (_isRTL)
|
||||||
|
{
|
||||||
|
msgBoxType |= MB_RTLREADING | MB_RIGHT;
|
||||||
|
}
|
||||||
return ::MessageBox(hWnd, msg.c_str(), title.c_str(), msgBoxType);
|
return ::MessageBox(hWnd, msg.c_str(), title.c_str(), msgBoxType);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user