Do not return NULL as boolean from wonder_is_lost() nor wonder_is_built()
[freeciv.git] / vms / freeciv_h.vms
blob104b7652dac38991bb2020d2f6cde6a0d8e81971
1 "style \"city_label\"\n"
2 "{\n"
3 "  font = \"-b&h-lucidatypewriter-bold-r-normal-*-10-*-*-*-*-*-*-*\"\n"
4 "}\n"
5 "style \"notify_label\"\n"
6 "{\n"
7 "  font = \"-b&h-lucidatypewriter-bold-r-normal-*-12-*-*-*-*-*-*-*\"\n"
8 "}\n"
9 "style \"spaceship_label\"\n"
10 "{\n"
11 "  font = \"-b&h-lucidatypewriter-bold-r-normal-*-12-*-*-*-*-*-*-*\"\n"
12 "}\n"
13 "style \"help_label\"\n"
14 "{\n"
15 "  font = \"-adobe-helvetica-medium-r-normal-*-*-120-*-*-*-*-*-*\"\n"
16 "  fg[PRELIGHT] = { 1.0, 0.0, 0.0 }\n"
17 "  fg[ACTIVE] = { 1.0, 0.0, 0.0 }\n"
18 "  fg[NORMAL] = { 1.0, 0.0, 0.0 }\n"
19 "  fg[INSENSITIVE] = { 1.0, 0.0, 0.0 }\n"
20 "}\n"
21 "style \"help_text\"\n"
22 "{\n"
23 "  font = \"-*-fixed-medium-r-*-*-14-*-*-*-*-*-iso8859-*\"\n"
24 "}\n"
25 "widget \"Freeciv*.city label\"         style   \"city_label\"\n"
26 "widget \"Freeciv*.notify label\"       style   \"notify_label\"\n"
27 "widget \"Freeciv*.spaceship label\"    style   \"spaceship_label\"\n"
28 "widget \"Freeciv*.help label\"         style   \"help_label\"\n"
29 "widget \"Freeciv*.help text\"          style   \"help_text\"\n"