Use labels instead of text for this..

SVN revision: 34241
This commit is contained in:
titan 2008-04-10 20:47:24 +00:00 committed by titan
parent 579fc529c3
commit 2b27e4decd
1 changed files with 2 additions and 2 deletions

View File

@ -77,11 +77,11 @@ ephoto_import_dialog(Ewl_Widget *w, void *event, void *data)
vbox = add_box(window, EWL_ORIENTATION_VERTICAL, 10);
ewl_object_fill_policy_set(EWL_OBJECT(vbox), EWL_FLAG_FILL_ALL);
add_text(vbox, "Please provide a name for the new album:");
add_label(vbox, "Please provide a name for the new album:");
name_entry = add_entry(vbox, "New Album", NULL, NULL);
add_text(vbox, "Please provide a short description for this album:");
add_label(vbox, "Please provide a short description for this album:");
desc_entry = add_entry(vbox, "Album Description", NULL, NULL);