Clarify 'secondary' string.

SVN revision: 49791
This commit is contained in:
Brett Nash 2010-06-22 01:25:20 +00:00
parent 777be38c1e
commit 799bf08131
1 changed files with 1 additions and 1 deletions

View File

@ -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