diff options
Diffstat (limited to 'Applications/IRCClient/IRCAppWindow.h')
-rw-r--r-- | Applications/IRCClient/IRCAppWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/IRCClient/IRCAppWindow.h b/Applications/IRCClient/IRCAppWindow.h index 3ec5b8b85f..03f20fb964 100644 --- a/Applications/IRCClient/IRCAppWindow.h +++ b/Applications/IRCClient/IRCAppWindow.h @@ -48,7 +48,7 @@ private: void setup_menus(); void setup_widgets(); void update_title(); - void update_part_action(); + void update_gui_actions(); NonnullRefPtr<IRCWindow> create_window(void* owner, IRCWindow::Type, const String& name); NonnullRefPtr<IRCClient> m_client; |