wineconsole: Set a proper default for the font weight.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
cf3e22ed6b
commit
66bbfada5f
|
@ -219,7 +219,7 @@ void WINECON_RegLoad(const WCHAR* appname, struct config_data* cfg)
|
||||||
memset(cfg->face_name, 0, sizeof(cfg->face_name));
|
memset(cfg->face_name, 0, sizeof(cfg->face_name));
|
||||||
cfg->cell_height = 12;
|
cfg->cell_height = 12;
|
||||||
cfg->cell_width = 8;
|
cfg->cell_width = 8;
|
||||||
cfg->font_weight = 0;
|
cfg->font_weight = FW_NORMAL;
|
||||||
cfg->history_size = 50;
|
cfg->history_size = 50;
|
||||||
cfg->history_nodup = 0;
|
cfg->history_nodup = 0;
|
||||||
cfg->insert_mode = 1;
|
cfg->insert_mode = 1;
|
||||||
|
|
Loading…
Reference in New Issue