From dc99cc58416544d2b537502e89881ff4a9b2dc71 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sun, 1 Feb 2009 17:06:27 +0000 Subject: [PATCH] Fixed a typo in a comment --- src/gui/workspace/actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/workspace/actions.cpp b/src/gui/workspace/actions.cpp index e2679b7f1..f1337fc94 100644 --- a/src/gui/workspace/actions.cpp +++ b/src/gui/workspace/actions.cpp @@ -213,7 +213,7 @@ Actions::on_menu_track_add() g_message("Hello"); } -/* ===== View Menu Event Handlers ===== */ +/* ===== Help Menu Event Handlers ===== */ void Actions::on_menu_help_about()