Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Commit

Permalink
add conversation-expand hint to Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
kyak committed Apr 17, 2012
1 parent c90fe91 commit ca82c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Conversation.cpp
Expand Up @@ -110,10 +110,10 @@ void Conversation::MoveResize(int newx, int newy, int neww, int newh)
bool Conversation::RestoreFocus() bool Conversation::RestoreFocus()
{ {
FOOTER->SetText(_("%s buddy list, %s/%s/%s next/prev/act conv, " FOOTER->SetText(_("%s buddy list, %s/%s/%s next/prev/act conv, "
"%s status menu, %s send"), "centerim|buddylist", "%s status, %s send, %s expand"), "centerim|buddylist",
"centerim|conversation-next", "centerim|conversation-prev", "centerim|conversation-next", "centerim|conversation-prev",
"centerim|conversation-active", "centerim|accountstatusmenu", "centerim|conversation-active", "centerim|accountstatusmenu",
"conversation|send"); "conversation|send", "centerim|conversation-expand");


return Window::RestoreFocus(); return Window::RestoreFocus();
} }
Expand Down

0 comments on commit ca82c7b

Please sign in to comment.