changed Model name in setting-about 2.1b_release accepted/tizen_2.1/20130506.011935 submit/tizen_2.1/20130506.015030
authorMyoungJune Park <mj2004.park@samsung.com>
Fri, 3 May 2013 06:35:16 +0000 (15:35 +0900)
committerMyoungJune Park <mj2004.park@samsung.com>
Fri, 3 May 2013 06:35:35 +0000 (15:35 +0900)
packaging/org.tizen.setting.spec
setting-about/include/setting-about.h

index bed6a25..a8c6585 100755 (executable)
@@ -295,7 +295,7 @@ GOPTION="-g 6514"
        #vconftool $GOPTION -i set -t int memory/mmc/format "0"
 
 #resetAbout
-       vconftool $GOPTION set -t string db/setting/device_name "Magnolia"
+       vconftool $GOPTION set -t string db/setting/device_name "Tizen"
        vconftool $GOPTION set -t string db/setting/selected_num ""
 #resetMenuWidgets
        vconftool $GOPTION -i set -t int memory/setting/font_changed "0"
index e8df25c..a98e40c 100755 (executable)
@@ -40,7 +40,7 @@
 
 #define SETTING_ABOUT_MY_NUMBERS_LEN 3
 #define SETTING_ABOUT_WIFI_MAC_STR_LEN 17
-#define SETTING_ABOUT_DEFAULT_DEVICE_NAME      "Magnolia"
+#define SETTING_ABOUT_DEFAULT_DEVICE_NAME      "Tizen"
 
 typedef struct _SettingAboutUG SettingAboutUG;