mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-14 12:55:47 +01:00
Remove trailing whitespace.
Also, the script is a one-liner, stolen from [1]: ack --print0 -l '[ \t]+$' | xargs -0 -n1 perl -pi -e 's/[ \t]+$//' [1] https://stackoverflow.com/questions/149057/how-to-remove-trailing-whitespace-of-all-files-recursively
This commit is contained in:
committed by
Carlos R. Mafra
parent
a17d131da3
commit
54a24ab6f7
@@ -68,7 +68,7 @@ typedef struct _Panel {
|
||||
WMButton *autoDelayB[wlengthof_nocheck(auto_delay)][wlengthof_nocheck(autoDelayPresetValues)];
|
||||
WMTextField *autoDelayT[wlengthof_nocheck(auto_delay)];
|
||||
WMLabel *autoDelayMsL[wlengthof_nocheck(auto_delay)];
|
||||
|
||||
|
||||
WMFrame *dockF;
|
||||
WMButton *docksB[wlengthof_nocheck(dock_config)];
|
||||
} _Panel;
|
||||
@@ -267,7 +267,7 @@ static void createPanel(Panel *p)
|
||||
WMSetBalloonTextForView(_(dock_config[i].balloon_text), WMWidgetView(panel->docksB[i]));
|
||||
WMSetButtonAction(panel->docksB[i], pushDockButton, panel);
|
||||
}
|
||||
|
||||
|
||||
WMMapSubwidgets(panel->dockF);
|
||||
|
||||
if (xis)
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/* FontSimple.c- simplified font configuration panel
|
||||
*
|
||||
*
|
||||
* WPrefs - Window Maker Preferences Program
|
||||
*
|
||||
*
|
||||
* Copyright (c) 1998-2004 Alfredo K. Kojima
|
||||
*
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
|
||||
@@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS =
|
||||
|
||||
wpexecbindir = @wprefs_bindir@
|
||||
|
||||
wpexecbin_PROGRAMS = WPrefs
|
||||
wpexecbin_PROGRAMS = WPrefs
|
||||
|
||||
wpdatadir = @wprefs_datadir@
|
||||
|
||||
@@ -48,7 +48,7 @@ WPrefs_SOURCES = \
|
||||
AM_CFLAGS =
|
||||
|
||||
AM_CPPFLAGS = -DRESOURCE_PATH=\"$(wpdatadir)\" -DWMAKER_RESOURCE_PATH=\"$(pkgdatadir)\" \
|
||||
-I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@
|
||||
-I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@
|
||||
|
||||
WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
|
||||
|
||||
|
||||
@@ -3,12 +3,12 @@
|
||||
==========
|
||||
|
||||
The WindowMaker Prerefences Application
|
||||
|
||||
|
||||
WPrefs.app is the preferences "editor" for the WindowMaker window
|
||||
|
||||
WPrefs.app is the preferences "editor" for the WindowMaker window
|
||||
manager. It can be used to set most of the preference options of WindowMaker
|
||||
and define its applications menu. It also can change some settings
|
||||
that do not belong to WindowMaker.
|
||||
and define its applications menu. It also can change some settings
|
||||
that do not belong to WindowMaker.
|
||||
|
||||
Although WPrefs.app is designed to be easy to use, you should read the
|
||||
user guide to be fully aware of all available options and other features
|
||||
@@ -26,7 +26,7 @@ option in the attributes panel for the WPrefs window. Of course, it will
|
||||
use some memory, but by leaving it hidden it'll probably be swapped out and
|
||||
stay there until you unhide it.
|
||||
|
||||
WPrefs is still under development. Some of the configuration options are
|
||||
WPrefs is still under development. Some of the configuration options are
|
||||
not yet configurable from WPrefs, notably the appearance related options.
|
||||
It might contain bugs that can corrupt your configuration files, so backup
|
||||
the contents of the ~/GNUstep/Defaults directory before using it.
|
||||
@@ -37,19 +37,19 @@ License
|
||||
-------
|
||||
|
||||
Like Window Maker, WPrefs is distributed with through the General Public
|
||||
License (as stated in the file COPYING).
|
||||
License (as stated in the file COPYING).
|
||||
|
||||
Notes
|
||||
-----
|
||||
|
||||
The mouse speed configuration is saved as a call for xset in
|
||||
The mouse speed configuration is saved as a call for xset in
|
||||
~/G/D/L/W/autostart. WindowMaker calls this file when it is started.
|
||||
|
||||
If you don't want or can't use the menu definition section, do not
|
||||
open its section (or if you do open it, do not Save), or WPrefs will
|
||||
overwrite your ~/G/D/WMRootMenu file.
|
||||
|
||||
Only options that have different values than what is found in the
|
||||
Only options that have different values than what is found in the
|
||||
system-wide configuration file is saved.
|
||||
|
||||
WPrefs only supports property list menus. If you have a plain text file
|
||||
@@ -68,13 +68,13 @@ WPrefs will be built automatically and installed with the rest of WindowMaker.
|
||||
Customized Installation
|
||||
-----------------------
|
||||
|
||||
By default, WPrefs.app will be installed in the GNUstep applications directory,
|
||||
which is /usr/local/GNUstep/Applications. If you want to install it somewhere
|
||||
By default, WPrefs.app will be installed in the GNUstep applications directory,
|
||||
which is /usr/local/GNUstep/Applications. If you want to install it somewhere
|
||||
else, like in /some_weird_path/Applications, set the GNUSTEP_LOCAL_ROOT
|
||||
environment variable to some_weird_path before running configure for
|
||||
WindowMaker. You can also configure Window Maker supplying the --with-gnustepdir
|
||||
option to configure, like ./configure --with-gnustepdir=/usr/GNUstep/Applications
|
||||
If you change your mind after installing, you can move the .app directory
|
||||
If you change your mind after installing, you can move the .app directory
|
||||
to one of the following GNUstep/Applications directories:
|
||||
|
||||
/usr/GNUstep/Applications
|
||||
@@ -93,7 +93,7 @@ Credits
|
||||
-------
|
||||
|
||||
User interface design, programming and a few icons:
|
||||
Alfredo K. Kojima <kojima@windowmaker.info>
|
||||
Alfredo K. Kojima <kojima@windowmaker.info>
|
||||
|
||||
Additional programming:
|
||||
James Thompson <jamest@math.ksu.edu>
|
||||
@@ -108,7 +108,7 @@ Icon and image artwork:
|
||||
WindowMaker
|
||||
-----------
|
||||
|
||||
If for some weird reason you end up with this preferences program and
|
||||
If for some weird reason you end up with this preferences program and
|
||||
don't have Window Maker yet, you can get more information about it at
|
||||
http://windowmaker.info and download it at ftp://ftp.windowmaker.info
|
||||
|
||||
@@ -116,6 +116,6 @@ http://windowmaker.info and download it at ftp://ftp.windowmaker.info
|
||||
Contact
|
||||
-------
|
||||
|
||||
Send comments and bug reports to kojima@windowmaker.info
|
||||
Send comments and bug reports to kojima@windowmaker.info
|
||||
Use the WindowMaker BUGFORM to report bugs.
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ POTFILES = \
|
||||
|
||||
SUFFIXES = .po .mo
|
||||
|
||||
.po.mo:
|
||||
.po.mo:
|
||||
$(AM_V_GEN)$(MSGFMT) -c -o $@ $<
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# French Message file for WPrefs.app
|
||||
# French Message file for WPrefs.app
|
||||
#
|
||||
# Update History:
|
||||
# Antoine Hulin <antoine.hulin@origan.fdn.org>
|
||||
|
||||
@@ -1168,88 +1168,88 @@ msgid "could not initialize application"
|
||||
msgstr "ne mogu inicijalizirati aplikaciju"
|
||||
# msgid "could not extract version information from WindowMaker"
|
||||
# msgstr "ne mogu izvuči informaciju o verziji WindowMaker-a"
|
||||
#
|
||||
#
|
||||
# msgid "Could not load WindowMaker domain (%s) from defaults database."
|
||||
# msgstr "Ne mogu učitati WindowMaker domenu (%s) iz početne baze."
|
||||
#
|
||||
#
|
||||
# msgid "Version %s for WindowMaker %s"
|
||||
# msgstr "Verzija %s za WindowMaker %s"
|
||||
#
|
||||
#
|
||||
# msgid "Could not extract version from WindowMaker. Make sure it is correctly installed."
|
||||
# msgstr "Ne mogu izvuči verziju WindowMakera. Provjerite da je ispravno instaliran."
|
||||
#
|
||||
#
|
||||
# msgid ""
|
||||
# "Programming/Design: Alfredo K. Kojima\n"
|
||||
# "Artwork: Marco van Hylckama Vlieg"
|
||||
# msgstr ""
|
||||
# "Programiranje/Dizajn: Alfredo K. Kojima\n"
|
||||
# "Artwork: Marco van Hylckama Vlieg"
|
||||
#
|
||||
#
|
||||
# msgid "WindowMaker domain (%s) is corrupted!"
|
||||
# msgstr "WindowMaker domena (%s) je oštećena!"
|
||||
#
|
||||
#
|
||||
# msgid "WindowMaker %i.%i.%i, which is installed in your system, is not fully supported by this version of WPrefs."
|
||||
# msgstr "WindowMaker %i.%i.%i, koji je instaliran na vašem sistemu, nije potpuno podržan ovom verzijom WPrefs-a."
|
||||
#
|
||||
#
|
||||
# msgid "WindowMaker Preferences"
|
||||
# msgstr "Postavke WindowMaker-a"
|
||||
#
|
||||
#
|
||||
# msgid "Make sure WindowMaker is in your search path."
|
||||
# msgstr "Provjerite da je WindowMaker u vašoj search stazi."
|
||||
#
|
||||
#
|
||||
# msgid "...do not resize over dock"
|
||||
# msgstr "ne pokrivati dock"
|
||||
#
|
||||
#
|
||||
# msgid ""
|
||||
# "WPrefs only supports WindowMaker 0.18.0 or newer.\n"
|
||||
# "The version installed is %i.%i.%i\n"
|
||||
# msgstr ""
|
||||
# "WPrefs podržava samo WindowMaker 0.18.0 ili noviji.\n"
|
||||
# "Instalirana je verzija %i.%i.%i\n"
|
||||
#
|
||||
#
|
||||
# msgid "Could not load global WindowMaker domain (%s)."
|
||||
# msgstr "Ne mogu učitati globlanu WindowMaker domenu (%s)."
|
||||
#
|
||||
#
|
||||
# msgid "Loading WindowMaker configuration files..."
|
||||
# msgstr "Učitavam WindowMaker konfiguracijske datoteke..."
|
||||
#
|
||||
#
|
||||
# msgid "Aplications Menu Definition"
|
||||
# msgstr "Definiranje izbornika Aplikacije"
|
||||
#
|
||||
#
|
||||
# msgid "The command supplied must generate and output a valid menu definition to stdout. This definition should be in the plain text menu file format, described in the menu files included with WindowMaker, probably at ~/GNUstep/Library/WindowMaker/menu"
|
||||
# msgstr "Ponuđena naredba mora generirati i ispisati važeću definicuju izbornika na stdout. Ova bi definicja trebala biti u čistom tekst menu formatu koji je opisan u menu datotekama iz distribucije, vjerojatno u ~/GNUstep/Library/WindowMaker/menu"
|
||||
#
|
||||
#
|
||||
# msgid ""
|
||||
# "bad speed value for option %s.\n"
|
||||
# "Using default Medium"
|
||||
# msgstr ""
|
||||
# "kriva vrijednost za brzinu za opciju %s.\n"
|
||||
# "Koristm Medium"
|
||||
#
|
||||
#
|
||||
# msgid "The format of the current menu file (%s) is not supported by WPrefs. A new menu will be created."
|
||||
# msgstr "Format trenutne datoteke izbornika (%s) nije podržan od strane WPrefs-a. Kreirat ću novi izbornik."
|
||||
#
|
||||
#
|
||||
# msgid "Omnipresent miniwindows"
|
||||
# msgstr "SvugdjePrisutni mini prozori"
|
||||
#
|
||||
#
|
||||
# msgid "Error extracting version from WindowMaker. Make sure it is correctly installed."
|
||||
# msgstr "Greška pri izvlačenju verzije WindowMakera. Provjerite da je ispravno instaliran."
|
||||
#
|
||||
#
|
||||
# msgid "Auto-arrange icons"
|
||||
# msgstr "Auto-pospremanje ikona"
|
||||
#
|
||||
#
|
||||
# msgid "Open submenus to the left if they don't fit inside the screen."
|
||||
# msgstr "Otvoriti podizbornike na lijevo ako ne stanu unutar ekrana."
|
||||
#
|
||||
#
|
||||
# msgid "Use SaveUnders in icons, menus and other objects"
|
||||
# msgstr "Koristi SnimiIspod u ikonama, izbornicima i drugim objektima"
|
||||
#
|
||||
# msgid "Type the path for the directory. You can type more than one path by separating them with spaces."
|
||||
#
|
||||
# msgid "Type the path for the directory. You can type more than one path by separating them with spaces."
|
||||
# msgstr "Upišite stazu za direktorij. Možete upisati više od jedne staze odvajajući ih razmacima."
|
||||
#
|
||||
#
|
||||
# msgid "invalid data in option WindowPlacementOrigin. Using default (0,0)"
|
||||
# msgstr "krivi podaci u opciji WindowPlacementOrigin. Koristim (0,0)"
|
||||
#
|
||||
#
|
||||
# msgid "Icon Size"
|
||||
# msgstr "Veličina ikone"
|
||||
#
|
||||
#
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Mensagens do WPrefs.app traduzidas p/ Português
|
||||
# Mensagens do WPrefs.app traduzidas p/ Português
|
||||
#
|
||||
# Update History:
|
||||
# Alfredo K. Kojima
|
||||
|
||||
@@ -73,5 +73,5 @@ dist_tiffdata_DATA = \
|
||||
windowfocus.tiff \
|
||||
workspace.tiff \
|
||||
workspacename.tiff \
|
||||
xis.tiff
|
||||
xis.tiff
|
||||
endif
|
||||
|
||||
@@ -72,5 +72,5 @@ dist_xpmdata_DATA = \
|
||||
windowfocus.xpm \
|
||||
workspace.xpm \
|
||||
workspacename.xpm \
|
||||
xis.xpm
|
||||
xis.xpm
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user