elementary/config - just modified text class descriptions.

now it describes just widget names.



SVN revision: 70868
This commit is contained in:
ChunEon Park 2012-05-08 07:26:48 +00:00
parent 3ab54eaedc
commit 08dab30e7b
1 changed files with 3 additions and 3 deletions

View File

@ -46,9 +46,9 @@ const char *_elm_engines[] = {
/* whenever you want to add a new text class support into Elementary,
declare it both here and in the (default) theme */
static const Elm_Text_Class _elm_text_classes[] = {
{"button", "Button Labels"},
{"label", "Text Labels"},
{"entry", "Text Entries"},
{"button", "Button"},
{"label", "Label"},
{"entry", "Entry"},
{"title_bar", "Title Bar"},
{"list_item", "List Items"},
{"grid_item", "Grid Items"},