This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
85db30554efef4a2783d1d6193cedfd385ef57d0
dolphin
/
Source
/
Core
/
DiscIO
History
Glenn Rice
c6e0ea59b9
Removed my previous PanicAlert translation hack. Fixed with a better method suggested by BhaaL. The translation is done by a callback in the MsgHandler routine that is set at program start. Added macros PanicAlertT, SuccessAlertT, PanicYesNoT, and AskYesNoT that are identical to the non T versions except those strings will be added by gettext to the po files to be translated. These can and should be used anywhere in the code for strings that should be translated.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@6838
8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-13 02:05:58 +00:00
..
Src
Removed my previous PanicAlert translation hack. Fixed with a better method suggested by BhaaL. The translation is done by a callback in the MsgHandler routine that is set at program start. Added macros PanicAlertT, SuccessAlertT, PanicYesNoT, and AskYesNoT that are identical to the non T versions except those strings will be added by gettext to the po files to be translated. These can and should be used anywhere in the code for strings that should be translated.
2011-01-13 02:05:58 +00:00
CMakeLists.txt
Linux build fix.
2010-12-29 15:23:02 +00:00
DiscIO.vcproj
Add ciso support.
2010-12-29 14:42:20 +00:00