mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
Fixes for non-standart icon sizes. Not complete yet, work in progress. Probably will broke commit #568
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@569 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 56674d5561
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-05-06 (Thu, 06 May 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -344,7 +344,9 @@ int CMotorControl::exec(CMenuTarget* parent, const std::string &)
|
||||
if(sit != satellitePositions.end()) {
|
||||
printf("[motorcontrol] new positions configured for %s\n", sit->second.name.c_str());
|
||||
std::string buf = g_Locale->getText(LOCALE_MOTORCONTROL_OVERRIDE);
|
||||
buf += " ";
|
||||
buf += sit->second.name;
|
||||
buf += " ?";
|
||||
store = (ShowMsgUTF(LOCALE_MESSAGEBOX_INFO, buf,CMessageBox::mbrNo,CMessageBox::mbNo|CMessageBox::mbYes) == CMessageBox::mbrYes);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user