moviecut: localize question to cancel editing

Origin commit data
------------------
Branch: ni/coolstream
Commit: d942448890
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-05-21 (Thu, 21 May 2015)

Origin message was:
------------------
- moviecut: localize question to cancel editing

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2015-05-21 08:59:06 +02:00
parent 20c0959077
commit 3cf69035d6
5 changed files with 5 additions and 1 deletions

View File

@@ -291,7 +291,7 @@ int CMovieCut::getInput()
int retval = 0;
g_RCInput->getMsg(&msg, &data, 1, false);
if (msg == CRCInput::RC_home) {
if (ShowMsg(LOCALE_MESSAGEBOX_INFO, "Cancel movie cut/split ?", CMessageBox::mbrNo, CMessageBox::mbYes | CMessageBox::mbNo) == CMessageBox::mbrYes)
if (ShowMsg(LOCALE_MESSAGEBOX_INFO, LOCALE_MOVIECUT_CANCEL, CMessageBox::mbrNo, CMessageBox::mbYes | CMessageBox::mbNo) == CMessageBox::mbrYes)
retval |= 4;
}
if (msg != CRCInput::RC_timeout)