elementary : Just fixed some mis-typos :)

SVN revision: 77970
This commit is contained in:
WooHyun Jung 2012-10-15 01:22:12 +00:00
parent a32e6997d4
commit 2640f9a966
3 changed files with 5 additions and 5 deletions

View File

@ -608,5 +608,5 @@
2012-10-14 Jiyoun Park (jypark)
* Add display mode change feature related with keypad state chante
* Add display mode change feature related with keypad state change
to elm conformant and naviframe.

View File

@ -3567,8 +3567,8 @@ elm_widget_display_mode_get(Evas_Object *obj)
* @param dispmode Evas_Display_Mode to set widget's mode.
*
* Widgets are resized by several reasons.
* Evas_Display_Mode can help for widgets to get more reson of resize.
* For example, elm conform widget resize it's contents when keypad state changed.
* Evas_Display_Mode can help for widgets to get one more reason of resize.
* For example, elm conform widget resizes it's contents when keypad state changed.
* After keypad showing, conform widget can change child's Evas_Display_Mode.
* @ingroup Widget
*/