diff options
Diffstat (limited to 'src/windows/wintel/ini.h')
-rw-r--r-- | src/windows/wintel/ini.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/windows/wintel/ini.h b/src/windows/wintel/ini.h index d391c8a860..f26c162e37 100644 --- a/src/windows/wintel/ini.h +++ b/src/windows/wintel/ini.h @@ -1,16 +1,16 @@ /* Defines INI file vocabulary */ #define TELNET_INI "kerberos.ini" - #define INI_TELNET "Telnet" - #define INI_FONT "Font" - #define INI_WIDTH "Width" - #define INI_HEIGHT "Height" - #define INI_POSITION "Position" - #define INI_BACKSPACE "Backspace" - #define INI_BACKSPACE_BS "BS" - #define INI_BACKSPACE_DEL "DEL" +#define INI_TELNET "Telnet" +#define INI_FONT "Font" +#define INI_WIDTH "Width" +#define INI_HEIGHT "Height" +#define INI_POSITION "Position" +#define INI_BACKSPACE "Backspace" +#define INI_BACKSPACE_BS "BS" +#define INI_BACKSPACE_DEL "DEL" - #define INI_HOSTS "Telnet Hosts" - #define INI_HOST "Host" - #define INI_HOST_BS "BS" - #define INI_HOST_DEL "DEL" +#define INI_HOSTS "Telnet Hosts" +#define INI_HOST "Host" +#define INI_HOST_BS "BS" +#define INI_HOST_DEL "DEL" |