mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Rename __toascii to toascii
This commit is contained in:
parent
422cd9d40f
commit
a5887fbfc1
1 changed files with 1 additions and 3 deletions
|
@ -26,8 +26,6 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#ifdef _WIN32
|
|
||||||
#endif
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include <glib/gi18n.h>
|
#include <glib/gi18n.h>
|
||||||
#include <gdk/gdkkeysyms.h>
|
#include <gdk/gdkkeysyms.h>
|
||||||
|
@ -3496,7 +3494,7 @@ void MainFrame::LoadCommandMap(){
|
||||||
// based on length
|
// based on length
|
||||||
nLen = strBuff.GetLength();
|
nLen = strBuff.GetLength();
|
||||||
if ( nLen == 1 ) { // most often case.. deal with first
|
if ( nLen == 1 ) { // most often case.. deal with first
|
||||||
g_Commands[i].m_nKey = __toascii( strBuff.GetAt( 0 ) );
|
g_Commands[i].m_nKey = toascii( strBuff.GetAt( 0 ) );
|
||||||
iCount++;
|
iCount++;
|
||||||
}
|
}
|
||||||
else // special key
|
else // special key
|
||||||
|
|
Loading…
Reference in a new issue