diff options
author | rcyeske <rcyeske> | 2001-02-11 04:59:40 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2001-02-11 04:59:40 +0000 |
commit | 3b43684c95a2e1a07000b50e92f38a4e3dd33457 (patch) | |
tree | 09ba6972be9f68d5b94fa4e7af365c6c91310412 | |
parent | e8feedf55d84f76884b537d2a789daab6df566f6 (diff) | |
download | ratpoison-3b43684c95a2e1a07000b50e92f38a4e3dd33457.zip |
(ratpoison_SOURCES): added messages.h
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/messages.h | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 99f2147..57c7570 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,4 +3,4 @@ bin_PROGRAMS = ratpoison ratpoison_SOURCES = bar.c bar.h conf.h data.h events.c events.h \ input.c input.h list.c list.h main.c manage.c manage.h number.c \ number.h ratpoison.h actions.h actions.c getopt.c getopt1.c getopt.h \ -communications.h communications.c +communications.h communications.c messages.h diff --git a/src/messages.h b/src/messages.h new file mode 100644 index 0000000..bf1eea0 --- /dev/null +++ b/src/messages.h @@ -0,0 +1,4 @@ +#define MESSAGE_NO_OTHER_WINDOW "No other window." +#define MESSAGE_NO_MANAGED_WINDOWS "No managed windows." +#define MESSAGE_PROMPT_GOTO_WINDOW_NAME "Switch to window: " +#define MESSAGE_PROMPT_NEW_WINDOW_NAME "Set window's title to: " |