WINGs: Added a few missing const attributes
[wmaker-crm.git] / debian / patches / 53_Debian_WMState.diff
blob5679b395750ebef2b9a090fe180fc7bbd4c57e9c
1 Description: XTerm and WMPrefs debian configuration. Based on Marcelo E. Magallon <mmagallo@debian.org> diff patch.
2 Author: Rodolfo García Peñas (kix) <kix@kix.es>
3 Last-Update: 2012-01-09
4 --- a/WindowMaker/Defaults/WMState.in
5 +++ b/WindowMaker/Defaults/WMState.in
6 @@ -2,7 +2,7 @@
7 Dock = {
8 Applications = (
10 - Command = "#wprefs#";
11 + Command = "/usr/bin/WPrefs";
12 Name = Logo.WMDock;
13 AutoLaunch = No;
14 Forced = No;
15 @@ -10,8 +10,8 @@
16 Lock = Yes;
19 - Command = xterm;
20 - Name = xterm.XTerm;
21 + Command = "x-terminal-emulator";
22 + Name = "x-terminal-emulator.XTerm";
23 AutoLaunch = No;
24 Forced = No;
25 Position = "0,1";