summaryrefslogtreecommitdiff
path: root/nls/C
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-05-28 12:21:38 +0000
committerDana Jansens <danakj@orodu.net>2002-05-28 12:21:38 +0000
commitb48e215ca642d1973e0b1b71e632657c2679443a (patch)
tree9cea0a3c205b59e3e9d394363b8442fe75658d31 /nls/C
parent8eb930551c33ac47e7b39adf95bd4c2e3cb87b1a (diff)
updated nls to use openbox.cat
Diffstat (limited to 'nls/C')
-rw-r--r--nls/C/Configmenu.m2
-rw-r--r--nls/C/Makefile.am14
2 files changed, 9 insertions, 7 deletions
diff --git a/nls/C/Configmenu.m b/nls/C/Configmenu.m
index 5459d773..b0c3e019 100644
--- a/nls/C/Configmenu.m
+++ b/nls/C/Configmenu.m
@@ -32,6 +32,8 @@ $ #SmartCols
# Smart Placement (Columns)
$ #Cascade
# Cascade Placement
+$ #UnderMouse
+# Under Mouse Placement
$ #LeftRight
# Left to Right
$ #RightLeft
diff --git a/nls/C/Makefile.am b/nls/C/Makefile.am
index 6674611b..9c0c39ce 100644
--- a/nls/C/Makefile.am
+++ b/nls/C/Makefile.am
@@ -1,17 +1,17 @@
# nls/C/Makefile.am for Blackbox - an X11 Window Manager
NLSTEST = @NLS@
-CLEANFILES = blackbox.cat
+CLEANFILES = openbox.cat
MAINTAINERCLEANFILES = Makefile.in Translation.m
DISTCLEANFILES = Translation.m
MFILES = @srcdir@/BaseDisplay.m @srcdir@/Basemenu.m @srcdir@/Configmenu.m @srcdir@/Icon.m @srcdir@/Image.m @srcdir@/Screen.m @srcdir@/Slit.m @srcdir@/Toolbar.m @srcdir@/Window.m @srcdir@/Windowmenu.m @srcdir@/Workspace.m @srcdir@/Workspacemenu.m @srcdir@/blackbox.m @srcdir@/common.m @srcdir@/main.m @srcdir@/bsetroot.m
-all-local: Translation.m blackbox.cat
-install-data-local: blackbox.cat
+all-local: Translation.m openbox.cat
+install-data-local: openbox.cat
@if test x$(NLSTEST) = "x-DNLS"; then \
echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/C"; \
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/C; \
- $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/C; \
+ $(INSTALL_DATA) openbox.cat $(DESTDIR)$(pkgdatadir)/nls/C; \
rm -f $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \
ln -f -ss C $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \
rm -f $(DESTDIR)$(pkgdatadir)/nls/POSIX; \
@@ -25,7 +25,7 @@ install-data-local: blackbox.cat
fi
uninstall-local:
@if test x$(NLSTEST) = "x-DNLS"; then \
- rm -f $(DESTDIR)$(pkgdatadir)/nls/C/blackbox.cat; \
+ rm -f $(DESTDIR)$(pkgdatadir)/nls/C/openbox.cat; \
rm -f $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \
rm -f $(DESTDIR)$(pkgdatadir)/nls/POSIX; \
rm -f $(DESTDIR)$(pkgdatadir)/nls/en_US; \
@@ -41,9 +41,9 @@ Translation.m: $(MFILES)
awk -f @srcdir@/../convert.awk header=../blackbox-nls.hh \
output=Translation.m $(MFILES)
-blackbox.cat: Translation.m
+openbox.cat: Translation.m
@if test x$(NLSTEST) = "x-DNLS"; then \
- $(gencat_cmd) blackbox.cat Translation.m; \
+ $(gencat_cmd) openbox.cat Translation.m; \
fi
distclean-local: