mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
get rid of the '¯' chars in source code...non ascii chars are not really good to have floating around for no reason. http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Non-ASCII_Characters#Non-ASCII_Characters
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4231 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
463e93c41a
commit
3b76f6dc80
41 changed files with 162 additions and 162 deletions
|
@ -177,7 +177,7 @@ void CFrame::ToggleConsole(bool bShow, int i)
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Notebooks
|
||||
// ッッッッッッッッッッッッッッッッッッッッッ
|
||||
// ---------------------
|
||||
void CFrame::ClosePages()
|
||||
{
|
||||
DoToggleWindow(IDM_LOGWINDOW, false);
|
||||
|
@ -665,7 +665,7 @@ void CFrame::OnDropDownToolbarSelect(wxCommandEvent& event)
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Functions
|
||||
// ッッッッッッッッッッッッッッッッッッッッッ
|
||||
// ---------------------
|
||||
void CFrame::ResetToolbarStyle()
|
||||
{
|
||||
wxAuiPaneInfoArray& AllPanes = m_Mgr->GetAllPanes();
|
||||
|
@ -750,7 +750,7 @@ void CFrame::ResizeConsole()
|
|||
|
||||
// ----------------------------------------------------------
|
||||
// Get OS version
|
||||
// ッッッッッッッッッッッッッッッッッッ
|
||||
// ------------------
|
||||
int wxBorder, Border, LowerBorder, MenuBar, ScrollBar, WidthReduction;
|
||||
OSVERSIONINFO osvi;
|
||||
ZeroMemory(&osvi, sizeof(OSVERSIONINFO));
|
||||
|
@ -1066,7 +1066,7 @@ void CFrame::AddPane()
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Utility
|
||||
// ッッッッッッッッッッッッッッッッッッッッッ
|
||||
// ---------------------
|
||||
|
||||
int CFrame::Limit(int i, int Low, int High)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue