shadowm

Untitled

May 11th, 2011
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.52 KB | None | 0 0
  1. diff --git a/src/gui/dialogs/chat_log.cpp b/src/gui/dialogs/chat_log.cpp
  2. index b384226..0906dcc 100644
  3. --- a/src/gui/dialogs/chat_log.cpp
  4. +++ b/src/gui/dialogs/chat_log.cpp
  5. @@ -278,6 +278,7 @@ public:
  6.                 model_.next_page->set_callback_mouse_left_click(
  7.                         dialog_view_callback<tchat_log, tchat_log::view, &tchat_log::view::next_page>);
  8.  
  9. +               window.keyboard_capture(model_.msg_label);
  10.  
  11.                 LOG_CHAT_LOG << "Exiting tchat_log::view::bind" << std::endl;
  12.         }
Advertisement
Add Comment
Please, Sign In to add comment