Main : Corrected typo, replaced h with H

Summary:
Corrected typo in main.c replaced h with H to ensure highlighting with H

Signed-off-by: kabeer khan <kabeer.khan@samsung.com>

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1488
This commit is contained in:
kabeer khan 2014-09-30 11:07:57 +09:00 committed by ChunEon Park
parent 9b83fe29b8
commit 1b76667733
3 changed files with 3 additions and 1 deletions

View File

@ -9,3 +9,4 @@ Kateryna Fesyna <k.fesyna@samsung.com>
Jaehyun Cho <jae_hyun_cho@naver.com>
Mykyta Biliavskyi <m.biliavskyi@samsung.com>
Alex-P. Natsios <drakevr@linuxteam.teilar.gr>
Kabeer Khan <kabeer.khan@samsung.com>

View File

@ -75,3 +75,4 @@ Daniel Juyung Seo <seojuyung2@gmail.com>
Jihoon Kim <jihoon48.kim@samsung.com>
The Rasterman (Carsten Haitzler) <raster@rasterman.com>
Jaehyun Cho <jae_hyun_cho@naver.com>
Kabeer Khan <kabeer.khan@samsung.com>

View File

@ -140,7 +140,7 @@ ctrl_func(app_data *ad, const char *key)
return ECORE_CALLBACK_DONE;
}
//Part Highlight
if (!strcmp(key, "h") || !strcmp(key, "h"))
if (!strcmp(key, "h") || !strcmp(key, "H"))
{
config_part_highlight_set(!config_part_highlight_get());
edit_part_highlight_toggle(ad->ed, EINA_TRUE);