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 /src/messages.h | |
parent | e8feedf55d84f76884b537d2a789daab6df566f6 (diff) | |
download | ratpoison-3b43684c95a2e1a07000b50e92f38a4e3dd33457.zip |
(ratpoison_SOURCES): added messages.h
Diffstat (limited to 'src/messages.h')
-rw-r--r-- | src/messages.h | 4 |
1 files changed, 4 insertions, 0 deletions
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: " |