1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-05 05:14:13 +01:00

updated po files, fixed some bugs

This commit is contained in:
kojima
1999-09-16 03:01:14 +00:00
parent 3c04618278
commit ac4053478a
47 changed files with 9008 additions and 4166 deletions

View File

@@ -0,0 +1,29 @@
{
TitleJustify = center;
ClipTitleFont = "-*-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*";
WindowTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
MenuTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
MenuTextFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";
IconTitleFont = "-*-helvetica-medium-r-normal-*-8-*-*-*-*-*-*-*";
DisplayFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";
HighlightColor = "#c0b0b0";
HighlightTextColor = "#201010";
ClipTitleColor = white;
CClipTitleColor = gray60;
FTitleColor = "#f0e0e0";
PTitleColor = "#f0e0e0";
UTitleColor = gray;
FTitleBack = (solid, "#a09080");
PTitleBack = (solid, "#908080");
UTitleBack = (solid, "#808090");
ResizebarBack = (solid, "#808090");
MenuTitleColor = "#f0e0e0";
MenuTextColor = "#f0e0e0";
MenuDisabledColor = "#504040";
MenuTitleBack = (solid, "#a09080");
MenuTextBack = (solid, "#908080");
IconBack = (solid, "#809080");
IconTitleColor = white;
IconTitleBack = "#446594";
MenuStyle = normal;
}

View File

@@ -9,6 +9,7 @@ prefsdata_DATA =\
BlueDawn.style\
BlueishGreen.style\
Brown.style\
Brownish.style\
Chumbo.style\
Copper.style\
DarkBlue.style\
@@ -24,6 +25,7 @@ prefsdata_DATA =\
Pink.style\
Pumpkin.style\
Purple.style\
Purplish.style\
Red.style\
RednBlue.style\
Summer.style\

View File

@@ -59,12 +59,10 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
host_alias = @host_alias@
host_triplet = @host@
AS = @AS@
CC = @CC@
CPP_PATH = @CPP_PATH@
DFLAGS = @DFLAGS@
DLLIBS = @DLLIBS@
DLLTOOL = @DLLTOOL@
GFXLIBS = @GFXLIBS@
HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
ICONEXT = @ICONEXT@
@@ -79,7 +77,6 @@ MAKEINFO = @MAKEINFO@
MOFILES = @MOFILES@
NLSDIR = @NLSDIR@
NM = @NM@
OBJDUMP = @OBJDUMP@
PACKAGE = @PACKAGE@
RANLIB = @RANLIB@
VERSION = @VERSION@
@@ -94,7 +91,7 @@ wprefsdir = @wprefsdir@
prefsdatadir = $(pkgdatadir)/Styles
prefsdata_DATA = Autumn.style Black.style BlackTexture.style Blue.style BlueDawn.style BlueishGreen.style Brown.style Chumbo.style Copper.style DarkBlue.style DarkRed.style Fire.style Food.style Golden.style Green.style GreyBlue.style Gtk.style LightBlue.style Pastel.style Pink.style Pumpkin.style Purple.style Red.style RednBlue.style Summer.style Traditional.style VioletBlue.style
prefsdata_DATA = Autumn.style Black.style BlackTexture.style Blue.style BlueDawn.style BlueishGreen.style Brown.style Brownish.style Chumbo.style Copper.style DarkBlue.style DarkRed.style Fire.style Food.style Golden.style Green.style GreyBlue.style Gtk.style LightBlue.style Pastel.style Pink.style Pumpkin.style Purple.style Purplish.style Red.style RednBlue.style Summer.style Traditional.style VioletBlue.style
EXTRA_DIST = $(prefsdata_DATA)
@@ -108,7 +105,7 @@ DIST_COMMON = Makefile.am Makefile.in
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
TAR = tar
TAR = gtar
GZIP_ENV = --best
all: all-redirect
.SUFFIXES:

View File

@@ -0,0 +1,29 @@
{
TitleJustify = center;
ClipTitleFont = "-*-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*";
WindowTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
MenuTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
MenuTextFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";
IconTitleFont = "-*-helvetica-medium-r-normal-*-8-*-*-*-*-*-*-*";
DisplayFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";
HighlightColor = "#c0c0d0";
HighlightTextColor = "#505070";
ClipTitleColor = white;
CClipTitleColor = gray60;
FTitleColor = "#804040";
PTitleColor = "#f0e0e0";
UTitleColor = "#706070";
FTitleBack = (solid, "#b08080");
PTitleBack = (solid, "#908080");
UTitleBack = (solid, "#a090a0");
ResizebarBack = (solid, "#808090");
MenuTitleColor = "#804040";
MenuTextColor = "#505060";
MenuDisabledColor = "#707080";
MenuTitleBack = (solid, "#b08080");
MenuTextBack = (solid, "#9090a0");
IconBack = (solid, "#909080");
IconTitleColor = white;
IconTitleBack = "#446594";
MenuStyle = normal;
}