diff options
author | sabetts <sabetts> | 2001-08-31 18:12:30 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-08-31 18:12:30 +0000 |
commit | 5ba92aaaafc8a545f1faa5563c23abfbb9e8fa03 (patch) | |
tree | 89478b4e9c1035f9478b1face069336ea15a02b0 /src/messages.h | |
parent | 82038e02ab782ce856d8f66cc0f20a6c8d8fec71 (diff) | |
download | ratpoison-5ba92aaaafc8a545f1faa5563c23abfbb9e8fa03.zip |
maximize bug fixed. frame indicator is less intrusive
Diffstat (limited to 'src/messages.h')
-rw-r--r-- | src/messages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/messages.h b/src/messages.h index 0d08d6d..4fea3b2 100644 --- a/src/messages.h +++ b/src/messages.h @@ -25,6 +25,7 @@ #include "config.h" #define MESSAGE_NO_OTHER_WINDOW " No other window " +#define MESSAGE_NO_OTHER_FRAME " No other frame " #define MESSAGE_NO_MANAGED_WINDOWS " No managed windows " #define MESSAGE_UNKNOWN_COMMAND ": unknown command '%s' " #define MESSAGE_WINDOW_INFORMATION " This is window %d (%s) " |