mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-08 18:45:48 +00:00
Cleanup: Remove some left over references to wxWidgets
This commit is contained in:
parent
ddf09a0841
commit
7cb310791b
4 changed files with 3 additions and 6 deletions
|
@ -45,5 +45,4 @@ struct CrtDebugBreak
|
|||
#endif
|
||||
|
||||
// Dummy macro for marking translatable strings that can not be immediately translated.
|
||||
// wxWidgets does not have a true dummy macro for this.
|
||||
#define _trans(a) a
|
||||
|
|
|
@ -24,13 +24,13 @@ std::string DefaultStringTranslator(const char* text);
|
|||
static StringTranslator str_translator = DefaultStringTranslator;
|
||||
|
||||
// Select which of these functions that are used for message boxes. If
|
||||
// wxWidgets is enabled we will use wxMsgAlert() that is defined in Main.cpp
|
||||
// Qt is enabled we will use QtMsgAlertHandler() that is defined in Main.cpp
|
||||
void RegisterMsgAlertHandler(MsgAlertHandler handler)
|
||||
{
|
||||
msg_handler = handler;
|
||||
}
|
||||
|
||||
// Select translation function. For wxWidgets use wxStringTranslator in Main.cpp
|
||||
// Select translation function.
|
||||
void RegisterStringTranslator(StringTranslator translator)
|
||||
{
|
||||
str_translator = translator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue