Commit 4a8cb83f5faed8b18b7a369a98888f8d19fb6124
1 parent
81d802ad
Added launcher button for text-label-multi-language.example
Change-Id: Iecce4bc6b92e0ae35f84932a151f963d966676c8
Showing
1 changed file
with
1 additions
and
0 deletions
demo/dali-demo.cpp
| ... | ... | @@ -48,6 +48,7 @@ int main(int argc, char **argv) |
| 48 | 48 | demo.AddExample(Example("builder.example", DALI_DEMO_STR_TITLE_SCRIPT_BASED_UI)); |
| 49 | 49 | demo.AddExample(Example("image-scaling-irregular-grid.example", DALI_DEMO_STR_TITLE_IMAGE_SCALING)); |
| 50 | 50 | demo.AddExample(Example("text-label.example", DALI_DEMO_STR_TITLE_TEXT_LABEL)); |
| 51 | + demo.AddExample(Example("text-label-multi-language.example", DALI_DEMO_STR_TITLE_TEXT_LABEL)/*TODO - new string*/); | |
| 51 | 52 | app.MainLoop(); |
| 52 | 53 | |
| 53 | 54 | return 0; | ... | ... |