From 2ddaffebab5a866aa845b1c3621eb58aff790bfe Mon Sep 17 00:00:00 2001 From: Marcin Floryan Date: Fri, 22 Feb 2008 13:37:48 +0000 Subject: Changed how tooltips for verbs are fetched to display translated versions correctly in the toolbox. Closes #169103. (bzr r4822) --- src/ink-action.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ink-action.cpp') diff --git a/src/ink-action.cpp b/src/ink-action.cpp index 418a9ce4f..c09cade05 100644 --- a/src/ink-action.cpp +++ b/src/ink-action.cpp @@ -116,6 +116,7 @@ static void ink_action_finalize( GObject* obj ) } +//Any strings passed in should already be localised InkAction* ink_action_new( const gchar *name, const gchar *label, const gchar *tooltip, -- cgit v1.2.3