mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-26 16:32:30 +01:00
small bugfixes.
This commit is contained in:
@@ -405,7 +405,7 @@ get_object(FILE *f)
|
||||
|
||||
/* array */
|
||||
case '(':
|
||||
DPUT("getting arrray");
|
||||
DPUT("getting array");
|
||||
pl = get_array(f);
|
||||
break;
|
||||
|
||||
@@ -417,7 +417,7 @@ get_object(FILE *f)
|
||||
|
||||
/* quoted string */
|
||||
case '"':
|
||||
DPUT("getting qstring");
|
||||
DPUT("getting quoted string");
|
||||
pl = get_qstring(f);
|
||||
break;
|
||||
|
||||
|
||||
@@ -283,7 +283,7 @@
|
||||
#define DEF_FRAME_COLOR "white"
|
||||
|
||||
|
||||
#ifdef I18N_MB
|
||||
#ifdef I18N
|
||||
#define DEF_TITLE_FONT "\"-*-*-medium-r-normal--14-*\""
|
||||
#define DEF_MENU_TITLE_FONT "\"-*-*-medium-r-normal--14-*\""
|
||||
#define DEF_MENU_ENTRY_FONT "\"-*-*-medium-r-normal--14-*\""
|
||||
@@ -293,7 +293,7 @@
|
||||
#define DEF_ADDITONAL_FONT "-*-*-medium-r-normal--12-*"
|
||||
|
||||
#define DEF_WORKSPACE_NAME_FONT "\"-*-*-medium-r-normal--24-*\""
|
||||
#else /* !I18N_MB */
|
||||
#else /* !I18N */
|
||||
#define DEF_TITLE_FONT "\"-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*\""
|
||||
#define DEF_MENU_TITLE_FONT "\"-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*\""
|
||||
#define DEF_MENU_ENTRY_FONT "\"-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*\""
|
||||
@@ -302,7 +302,7 @@
|
||||
#define DEF_INFO_TEXT_FONT "\"-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*\""
|
||||
|
||||
#define DEF_WORKSPACE_NAME_FONT "\"-*-lucida-bold-r-*-*-24-*-*-*-*-*-*-*\""
|
||||
#endif /* !I18N_MB */
|
||||
#endif /* !I18N */
|
||||
|
||||
#define HELVETICA10_FONT "-*-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user