From cb71158df45f4c72c325c9c905ab10d43c31a52a Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Fri, 11 Jan 2013 13:47:19 -0600 Subject: [PATCH] Be consistent with uppercase letters. --- Source/Core/DolphinWX/Src/GameListCtrl.cpp | 4 ++-- .../Core/DolphinWX/resources/{Flag_Sdk.xpm => Flag_SDK.xpm} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename Source/Core/DolphinWX/resources/{Flag_Sdk.xpm => Flag_SDK.xpm} (99%) diff --git a/Source/Core/DolphinWX/Src/GameListCtrl.cpp b/Source/Core/DolphinWX/Src/GameListCtrl.cpp index 1b35e06c29..366f8c95c3 100644 --- a/Source/Core/DolphinWX/Src/GameListCtrl.cpp +++ b/Source/Core/DolphinWX/Src/GameListCtrl.cpp @@ -44,7 +44,7 @@ #include "../resources/Flag_Taiwan.xpm" #include "../resources/Flag_Korea.xpm" #include "../resources/Flag_Unknown.xpm" -#include "../resources/Flag_Sdk.xpm" +#include "../resources/Flag_SDK.xpm" #include "../resources/Platform_Wad.xpm" #include "../resources/Platform_Wii.xpm" @@ -209,7 +209,7 @@ void CGameListCtrl::InitBitmaps() m_FlagImageIndex[DiscIO::IVolume::COUNTRY_TAIWAN] = m_imageListSmall->Add(wxBitmap(Flag_Taiwan_xpm), wxNullBitmap); m_FlagImageIndex[DiscIO::IVolume::COUNTRY_SDK] = - m_imageListSmall->Add(wxBitmap(Flag_Sdk_xpm), wxNullBitmap); + m_imageListSmall->Add(wxBitmap(Flag_SDK_xpm), wxNullBitmap); m_FlagImageIndex[DiscIO::IVolume::COUNTRY_UNKNOWN] = m_imageListSmall->Add(wxBitmap(Flag_Unknown_xpm), wxNullBitmap); diff --git a/Source/Core/DolphinWX/resources/Flag_Sdk.xpm b/Source/Core/DolphinWX/resources/Flag_SDK.xpm similarity index 99% rename from Source/Core/DolphinWX/resources/Flag_Sdk.xpm rename to Source/Core/DolphinWX/resources/Flag_SDK.xpm index f4a5504044..169caacdcc 100644 --- a/Source/Core/DolphinWX/resources/Flag_Sdk.xpm +++ b/Source/Core/DolphinWX/resources/Flag_SDK.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * Flag_Sdk_xpm[] = { +static const char * Flag_SDK_xpm[] = { "96 32 79 1", " c None", ". c #000000",