examples/performance: Fix typo in file nacme to be named background
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 27 Feb 2015 11:21:31 +0000 (12:21 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Fri, 27 Feb 2015 11:21:31 +0000 (12:21 +0100)
src/examples/performance/background.png [moved from src/examples/performance/backgroung.png with 100% similarity]
src/examples/performance/performance.c

index 990e584..089cbdd 100644 (file)
@@ -616,7 +616,7 @@ EAPI_MAIN
 
    bg = elm_bg_add(win);
    evas_object_size_hint_weight_set(bg, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
-   elm_bg_file_set(bg, "backgroung.png", NULL);
+   elm_bg_file_set(bg, "background.png", NULL);
    elm_win_resize_object_add(win, bg);
    evas_object_show(bg);