mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
src/gui/lua/lua_misc.cpp
src/neutrino.cpp
src/system/locals.h
src/system/locals_intern.h
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3420991007
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-19 (Sat, 19 Nov 2016)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
#include <gui/components/cc.h>
|
||||
#include <gui/widget/buttons.h>
|
||||
#include <gui/widget/icons.h>
|
||||
#include <gui/widget/messagebox.h>
|
||||
#include <gui/widget/msgbox.h>
|
||||
#include <gui/widget/hintbox.h>
|
||||
#include <gui/widget/stringinput.h>
|
||||
#include <gui/widget/stringinput_ext.h>
|
||||
@@ -2690,8 +2690,8 @@ bool CAudioPlayerGui::askToOverwriteFile(const std::string& filename)
|
||||
g_Locale->getText(LOCALE_AUDIOPLAYER_PLAYLIST_FILEOVERWRITE_MSG),
|
||||
filename.c_str());
|
||||
bool res = (ShowMsg(LOCALE_AUDIOPLAYER_PLAYLIST_FILEOVERWRITE_TITLE,
|
||||
msg,CMessageBox::mbrYes, CMessageBox::mbYes | CMessageBox::mbNo)
|
||||
== CMessageBox::mbrYes);
|
||||
msg,CMsgBox::mbrYes, CMsgBox::mbYes | CMsgBox::mbNo)
|
||||
== CMsgBox::mbrYes);
|
||||
this->paint();
|
||||
return res;
|
||||
}
|
||||
|
Reference in New Issue
Block a user