From de8488c38da2e611c4f3203160710ad687a9ecff Mon Sep 17 00:00:00 2001 From: Hugh McMaster Date: Tue, 21 May 2013 12:14:40 +1000 Subject: wineconsole: rc registry.c --- programs/wineconsole/registry.c | 2 +- programs/wineconsole/wineconsole.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/wineconsole/registry.c b/programs/wineconsole/registry.c index 2805f2a..aa64a14 100644 --- a/programs/wineconsole/registry.c +++ b/programs/wineconsole/registry.c @@ -170,7 +170,7 @@ void WINECON_RegLoad(const WCHAR* appname, struct config_data* cfg) cfg->cursor_visible = 1; cfg->exit_on_die = 1; memset(cfg->face_name, 0, sizeof(cfg->face_name)); - cfg->cell_height = 12; + cfg->cell_height = 16; cfg->cell_width = 8; cfg->font_weight = 0; cfg->history_size = 50; diff --git a/programs/wineconsole/wineconsole.rc b/programs/wineconsole/wineconsole.rc index 5864373..f947e9b 100644 --- a/programs/wineconsole/wineconsole.rc +++ b/programs/wineconsole/wineconsole.rc @@ -36,7 +36,7 @@ IDS_FNT_PREVIEW, "This is a test" IDS_DLG_TIT_DEFAULT, "Setup - Default settings" IDS_DLG_TIT_CURRENT, "Setup - Current settings" IDS_DLG_TIT_ERROR, "Configuration error" -IDS_DLG_ERR_SBWINSIZE, "Screen buffer size must be greater or equal to the window's one" +IDS_DLG_ERR_SBWINSIZE, "The screen buffer must be greater than or equal to the size of the console window." IDS_CMD_INVALID_EVENT_ID "wineconsole: Couldn't parse event id\n" IDS_CMD_INVALID_BACKEND "wineconsole: Invalid backend\n" -- 1.7.10.4