mirror of
https://github.com/libretro/pcsx2.git
synced 2025-02-22 02:21:51 +00:00
Indentation: Converted some spaces to tabs under pcsx2/gui.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4205 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
5386779b82
commit
7fe180015e
@ -713,7 +713,8 @@ int AppConfig::GeMaxPresetIndex()
|
||||
return 5;
|
||||
}
|
||||
|
||||
bool AppConfig::isOkGetPresetTextAndColor(int n, wxString& label, wxColor& c){
|
||||
bool AppConfig::isOkGetPresetTextAndColor( int n, wxString& label, wxColor& c )
|
||||
{
|
||||
static const wxString presetNamesAndColors[][2] =
|
||||
{
|
||||
{ pxE("!Panel:Presets:Name:1", L"Safest"), L"Forest GREEN" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user