mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-03 06:45:51 +01:00
Luxi Sans doesn't have cyrillic
Replace "Luxi Sans" with "sans serif". Original-patch-by: Alexey Voinov <voins@altlinux.ru> Signed-off-by: Alexey I. Froloff <raorn@altlinux.org>
This commit is contained in:
committed by
Carlos R. Mafra
parent
aeb4cb8a79
commit
e9d42e5121
@@ -563,7 +563,7 @@ void testText(WMScreen * scr)
|
||||
WMSetTextEditable(text, False);
|
||||
WMSetTextIgnoresNewline(text, False);
|
||||
|
||||
#define FNAME "Verdana,Luxi Sans:pixelsize=12"
|
||||
#define FNAME "Verdana,sans serif:pixelsize=12"
|
||||
#define MSG \
|
||||
"Window Maker is the GNU window manager for the " \
|
||||
"X Window System. It was designed to emulate the " \
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
|
||||
_WINGsConfiguration WINGsConfiguration;
|
||||
|
||||
#define SYSTEM_FONT "Trebuchet MS,Luxi Sans"
|
||||
#define BOLD_SYSTEM_FONT "Trebuchet MS,Luxi Sans:bold"
|
||||
#define SYSTEM_FONT "Trebuchet MS,sans serif"
|
||||
#define BOLD_SYSTEM_FONT "Trebuchet MS,sans serif:bold"
|
||||
#define DEFAULT_FONT_SIZE 12
|
||||
|
||||
#define FLOPPY_PATH "/floppy"
|
||||
|
||||
Reference in New Issue
Block a user