diff options
author | fluxgen <fluxgen> | 2002-04-12 15:15:46 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-04-12 15:15:46 (GMT) |
commit | a5bf916fac35a473559bc9d5a381b5d9e143ed26 (patch) | |
tree | ce5303ae1e9346bf887767ce2dce1f5531499991 /nls/es_ES | |
parent | 507fbd3be7561055f8f80177d4d6c8fbaea7e976 (diff) | |
download | fluxbox_pavel-a5bf916fac35a473559bc9d5a381b5d9e143ed26.zip fluxbox_pavel-a5bf916fac35a473559bc9d5a381b5d9e143ed26.tar.bz2 |
WorkspaceWarping
Diffstat (limited to 'nls/es_ES')
-rw-r--r-- | nls/es_ES/Configmenu.m | 2 | ||||
-rw-r--r-- | nls/es_ES/Makefile.am | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/nls/es_ES/Configmenu.m b/nls/es_ES/Configmenu.m index 1aef071..d1c5d2d 100644 --- a/nls/es_ES/Configmenu.m +++ b/nls/es_ES/Configmenu.m | |||
@@ -50,3 +50,5 @@ $ #MaxOverSlit | |||
50 | # Maximize Over Slit | 50 | # Maximize Over Slit |
51 | $ #SloppyWindowGrouping | 51 | $ #SloppyWindowGrouping |
52 | # Sloppy Window Grouping | 52 | # Sloppy Window Grouping |
53 | $ #WorkspaceWarping | ||
54 | # Workspace Warping | ||
diff --git a/nls/es_ES/Makefile.am b/nls/es_ES/Makefile.am index 5856c87..8a47b3f 100644 --- a/nls/es_ES/Makefile.am +++ b/nls/es_ES/Makefile.am | |||
@@ -23,6 +23,7 @@ uninstall-local: | |||
23 | 23 | ||
24 | Translation.m: $(MFILES) | 24 | Translation.m: $(MFILES) |
25 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 25 | @if test x$(NLSTEST) = "x-DNLS"; then \ |
26 | rm -f Translation.m; \ | ||
26 | awk -f ../convert.awk output=Translation.m $(MFILES); \ | 27 | awk -f ../convert.awk output=Translation.m $(MFILES); \ |
27 | fi | 28 | fi |
28 | 29 | ||