PanicAlert now needs a string literal as the first argument.

Some more Mac-ish hotkeys and a placeholder for da.po.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6832 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang
2011-01-12 19:28:47 +00:00
parent 6cc41ba96c
commit 96403e7284
4 changed files with 3472 additions and 12 deletions

View File

@ -151,7 +151,8 @@ bool BootCore(const std::string& _rFilename)
// Init the core
if (!Core::Init())
{
PanicAlert(_wxt("Couldn't init the core.\nCheck your configuration."));
PanicAlert("%s", _wxt("Couldn't init the core.\n"
"Check your configuration."));
return false;
}