From 799bf081312bcb33bf7bfb63c8b0ddecb769cb62 Mon Sep 17 00:00:00 2001 From: Brett Nash Date: Tue, 22 Jun 2010 01:25:20 +0000 Subject: [PATCH] Clarify 'secondary' string. SVN revision: 49791 --- legacy/elementary/src/lib/elm_cnp_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_cnp_helper.c b/legacy/elementary/src/lib/elm_cnp_helper.c index 19cb659a48..af8927b10c 100644 --- a/legacy/elementary/src/lib/elm_cnp_helper.c +++ b/legacy/elementary/src/lib/elm_cnp_helper.c @@ -108,7 +108,7 @@ static struct _elm_cnp_selection selections[ELM_SEL_MAX] = { .clear = ecore_x_selection_primary_clear }, ARRAYINIT(ELM_SEL_SECONDARY) { - .debug = "Secondary: AKA WTF", + .debug = "Secondary", .ecore_sel = ECORE_X_SELECTION_SECONDARY, .set = ecore_x_selection_secondary_set, .clear = ecore_x_selection_secondary_clear