OSDN Git Service

Use LPCSTR instead of CString in arguments of SaveKeyBind,
authorKazuhiro Fujieda <fujieda@users.sourceforge.jp>
Fri, 8 Jul 2011 01:25:39 +0000 (10:25 +0900)
committerKazuhiro Fujieda <fujieda@users.sourceforge.jp>
Wed, 13 Jul 2011 05:28:17 +0000 (14:28 +0900)
commit58a49721a4ec0567481558c244890e4f3d447b19
tree56afafe56b93ce66e97ac2f2dbd7510d009c7410
parent6a2d90a5a7d8bcb62fbaf5edfe252438d74d8609
Use LPCSTR instead of CString in arguments of SaveKeyBind,
SaveCommand and AddKeyBind2C_ of CProfile. Change the return type of
CCommands::GetCommandName to LPCSTR. Shorten variable names in these
functions.
xkeymacs/profile.cpp
xkeymacs/profile.h
xkeymacsdll/Commands.cpp
xkeymacsdll/Commands.h