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/da_DK | |
parent | 507fbd3be7561055f8f80177d4d6c8fbaea7e976 (diff) | |
download | fluxbox_pavel-a5bf916fac35a473559bc9d5a381b5d9e143ed26.zip fluxbox_pavel-a5bf916fac35a473559bc9d5a381b5d9e143ed26.tar.bz2 |
WorkspaceWarping
Diffstat (limited to 'nls/da_DK')
-rw-r--r-- | nls/da_DK/Configmenu.m | 2 | ||||
-rw-r--r-- | nls/da_DK/Makefile.am | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/nls/da_DK/Configmenu.m b/nls/da_DK/Configmenu.m index cb742bc..d045d7e 100644 --- a/nls/da_DK/Configmenu.m +++ b/nls/da_DK/Configmenu.m | |||
@@ -48,3 +48,5 @@ $ #MaxOverSlit | |||
48 | # Maximize Over Slit | 48 | # Maximize Over Slit |
49 | $ #SloppyWindowGrouping | 49 | $ #SloppyWindowGrouping |
50 | # Sloppy Window Grouping | 50 | # Sloppy Window Grouping |
51 | $ #WorkspaceWarping | ||
52 | # Workspace Warping | ||
diff --git a/nls/da_DK/Makefile.am b/nls/da_DK/Makefile.am index 6c9ea01..c673cb3 100644 --- a/nls/da_DK/Makefile.am +++ b/nls/da_DK/Makefile.am | |||
@@ -20,6 +20,7 @@ uninstall-local: | |||
20 | 20 | ||
21 | Translation.m: $(MFILES) | 21 | Translation.m: $(MFILES) |
22 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 22 | @if test x$(NLSTEST) = "x-DNLS"; then \ |
23 | rm -f Translation.m; \ | ||
23 | awk -f ../convert.awk output=Translation.m $(MFILES); \ | 24 | awk -f ../convert.awk output=Translation.m $(MFILES); \ |
24 | fi | 25 | fi |
25 | 26 | ||