mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +01:00
updated finnish translation
made make install only install icons of suported format
This commit is contained in:
@@ -44,7 +44,6 @@ WPrefs_SOURCES = \
|
||||
|
||||
CPPFLAGS = @CPPFLAGS@ -DLOCALEDIR=\"$(NLSDIR)\"
|
||||
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/wrlib \
|
||||
-I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@
|
||||
|
||||
@@ -90,8 +90,21 @@ AskMenuCopy(WMWindow *wwin)
|
||||
WMResizeWidget(panel.text, 370, 200);
|
||||
WMMoveWidget(panel.text, 30, 20);
|
||||
|
||||
sprintf(buffer, _(MESSAGE_TEXT), wusergnusteppath(),
|
||||
"Library/WindowMaker/README");
|
||||
sprintf(buffer,
|
||||
_(" The menu that is being used now could not be opened. "
|
||||
"This either means that there is a syntax error in it or that "
|
||||
"the menu is in a format not supported by WPrefs (WPrefs only "
|
||||
"supports property list menus).\n"
|
||||
" If you want to keep using the current menu, please read "
|
||||
"the '%s/%s' file, press 'Keep Current Menu' and edit it with a "
|
||||
"text editor.\n"
|
||||
" If you want to use this editor, press 'Copy Default Menu'. "
|
||||
"It will copy the default menu and will instruct Window Maker "
|
||||
"to use it instead of the current one.\n"
|
||||
" If you want more flexibility, keep using the current one "
|
||||
"as it allows you to use C preprocessor (cpp) macros, while being "
|
||||
"easy to edit. Window Maker supports both formats."),
|
||||
wusergnusteppath(), "Library/WindowMaker/README");
|
||||
WMSetLabelText(panel.text, buffer);
|
||||
|
||||
panel.copyBtn = WMCreateCommandButton(panel.wwin);
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
tiffdatadir = $(wprefsdir)/tiff
|
||||
|
||||
tiffdata_DATA = \
|
||||
EXTRA_DIST = \
|
||||
advancetonewworkspace.tiff \
|
||||
animations.tiff \
|
||||
appearance.tiff \
|
||||
@@ -66,4 +66,12 @@ tiffdata_DATA = \
|
||||
workspacename.tiff \
|
||||
xis.tiff
|
||||
|
||||
EXTRA_DIST = $(tiffdata_DATA)
|
||||
TIFF_FILES=
|
||||
|
||||
tiffdata_DATA=$(TIFF_FILES)
|
||||
|
||||
install-data-local:
|
||||
if [ @ICONEXT@ = "tiff" -a x"$(TIFF_FILES)" = "x" ] ; then\
|
||||
$(MAKE) install-data TIFF_FILES="$(EXTRA_DIST)";\
|
||||
fi
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
xpmdatadir = $(wprefsdir)/xpm
|
||||
|
||||
xpmdata_DATA = \
|
||||
|
||||
EXTRA_DIST = \
|
||||
advancetonewworkspace.xpm \
|
||||
animations.xpm \
|
||||
appearance.xpm \
|
||||
@@ -66,4 +67,13 @@ xpmdata_DATA = \
|
||||
workspacename.xpm \
|
||||
xis.xpm
|
||||
|
||||
EXTRA_DIST = $(xpmdata_DATA)
|
||||
|
||||
XPM_FILES=
|
||||
|
||||
xpmdata_DATA=$(XPM_FILES)
|
||||
|
||||
install-data-local:
|
||||
if [ @ICONEXT@ = "xpm" -a x"$(XPM_FILES)" = "x" ] ; then\
|
||||
$(MAKE) install-data XPM_FILES="$(EXTRA_DIST)";\
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user