diff options
author | rcyeske <rcyeske> | 2001-02-14 03:43:35 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2001-02-14 03:43:35 +0000 |
commit | cdfd5a7e445f5f93d946d5b9d1d5cf1f5b6efd62 (patch) | |
tree | 3485a8543d3d25097a3e1340b716997538435096 /src/messages.h | |
parent | cede32a00ffe9718ab2ae48269abd258f903148c (diff) | |
download | ratpoison-cdfd5a7e445f5f93d946d5b9d1d5cf1f5b6efd62.zip |
updated language
Diffstat (limited to 'src/messages.h')
-rw-r--r-- | src/messages.h | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/src/messages.h b/src/messages.h index bf1eea0..443e787 100644 --- a/src/messages.h +++ b/src/messages.h @@ -1,4 +1,14 @@ -#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: " +#ifndef _MESSAGES_H +#define _MESSAGES_H + +#define MESSAGE_NO_OTHER_WINDOW " No other window " +#define MESSAGE_NO_MANAGED_WINDOWS " No managed windows " +#define MESSAGE_UNKNOWN_COMMAND ": unknown command " + +#define MESSAGE_PROMPT_GOTO_WINDOW_NAME " Switch to window: " +#define MESSAGE_PROMPT_NEW_WINDOW_NAME " Set window's title to: " +#define MESSAGE_PROMPT_SHELL_COMMAND "/bin/sh -c " +#define MESSAGE_PROMPT_COMMAND ":" +#define MESSAGE_PROMPT_SWITCH_WM " Switch to wm: " + +#endif |