summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2019-04-09 23:10:10 -0500
committerGary Kramlich <grim@reaperworld.com>2019-04-09 23:10:10 -0500
commit36e73e124764fd8e92af4dcafff7a80254cdc958 (patch)
tree1434917ee2f439da955be0740bf5767e0932482f
parentd0ca20e8e78de12450ac33a9f97ecd34c05bfd22 (diff)
downloadpidgin-36e73e124764fd8e92af4dcafff7a80254cdc958.tar.gz
Use the pretty arrow in comments
-rw-r--r--pidgin/gtkconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidgin/gtkconv.c b/pidgin/gtkconv.c
index cadad7abb0..6ed0b7d905 100644
--- a/pidgin/gtkconv.c
+++ b/pidgin/gtkconv.c
@@ -3628,7 +3628,7 @@ setup_menubar(PidginConvWindow *win)
win->menu->menubar =
gtk_ui_manager_get_widget(win->menu->ui, "/Conversation");
- /* Make sure the 'Conversation -> More' menuitems are regenerated whenever
+ /* Make sure the 'Conversation ⇨ More' menuitems are regenerated whenever
* the 'Conversation' menu pops up because the entries can change after the
* conversation is created. */
menuitem = gtk_ui_manager_get_widget(win->menu->ui, "/Conversation/ConversationMenu");