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/actions.c | |
parent | 82038e02ab782ce856d8f66cc0f20a6c8d8fec71 (diff) | |
download | ratpoison-5ba92aaaafc8a545f1faa5563c23abfbb9e8fa03.zip |
maximize bug fixed. frame indicator is less intrusive
Diffstat (limited to 'src/actions.c')
-rw-r--r-- | src/actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.c b/src/actions.c index a8a74fa..d387602 100644 --- a/src/actions.c +++ b/src/actions.c @@ -494,7 +494,7 @@ cmd_next_frame (int interactive, void *data) frame = find_frame_next (rp_current_frame); if (!frame) - message (MESSAGE_NO_OTHER_WINDOW); + message (MESSAGE_NO_OTHER_FRAME); else set_active_frame (frame); |