mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- adapt ShowMsg handling from martii's neutrino-mp
This commit is contained in:
@@ -2702,7 +2702,7 @@ bool CAudioPlayerGui::askToOverwriteFile(const std::string& filename)
|
||||
"%s\n%s",
|
||||
g_Locale->getText(LOCALE_AUDIOPLAYER_PLAYLIST_FILEOVERWRITE_MSG),
|
||||
filename.c_str());
|
||||
bool res = (ShowMsgUTF(LOCALE_AUDIOPLAYER_PLAYLIST_FILEOVERWRITE_TITLE,
|
||||
bool res = (ShowMsg(LOCALE_AUDIOPLAYER_PLAYLIST_FILEOVERWRITE_TITLE,
|
||||
msg,CMessageBox::mbrYes, CMessageBox::mbYes | CMessageBox::mbNo)
|
||||
== CMessageBox::mbrYes);
|
||||
this->paint();
|
||||
|
Reference in New Issue
Block a user