From 18d437e4d5548bd1699def54eba94a0026b46da8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 26 Nov 2007 18:01:08 +0000 Subject: [PATCH] Correct a comment. --- src/theme.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/theme.hpp b/src/theme.hpp index 8900444d48b..3505368aecb 100644 --- a/src/theme.hpp +++ b/src/theme.hpp @@ -201,8 +201,8 @@ public: const menu* context_menu() const { return context_.is_context() ? &context_ : NULL; } - //Changes the title of a menu entry, identified by its id. - //If no menu entry is found, an empty menu object is being returned. + //refresh_title2 changes the title of a menu entry, identified by id. + //If no menu entry is found, an empty menu object is returned. menu* refresh_title(const std::string& id, const std::string& new_title); menu* refresh_title2(const std::string& id, const std::string& title_tag);