summaryrefslogtreecommitdiff
path: root/components/chatmessage.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-10-11 00:32:14 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2020-10-11 00:32:14 -0400
commit059146b060e9cdd57f6ddbb9d6e6a17a2d6529f9 (patch)
treef4607207ab979156965476f5b1f9e03ad09286ab /components/chatmessage.hpp
parentea6650884c91740ccb25c7e9e3e15700ffdf2c82 (diff)
downloadabaddon-portaudio-059146b060e9cdd57f6ddbb9d6e6a17a2d6529f9.tar.gz
abaddon-portaudio-059146b060e9cdd57f6ddbb9d6e6a17a2d6529f9.zip
add category/channel menu and update some other menu stuff
Diffstat (limited to 'components/chatmessage.hpp')
-rw-r--r--components/chatmessage.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/chatmessage.hpp b/components/chatmessage.hpp
index bf8edf2..5fe60f3 100644
--- a/components/chatmessage.hpp
+++ b/components/chatmessage.hpp
@@ -40,7 +40,7 @@ protected:
std::unordered_map<std::string, std::pair<Gtk::Image *, AttachmentData>> m_img_loadmap;
- void AttachMenuHandler(Gtk::Widget *widget);
+ void AttachGuildMenuHandler(Gtk::Widget *widget);
void ShowMenu(GdkEvent *event);
Gtk::Menu m_menu;