aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrisztian Litkey <krisztian.litkey@nokia.com>2010-11-15 19:42:48 +0200
committerKrisztian Litkey <krisztian.litkey@nokia.com>2010-11-15 19:42:48 +0200
commit400729533ff2fc7c20f39e441638d234f76c6fe2 (patch)
tree05649c357bd545f21d746f02cbf4f647a3a8ac50
parent1e907e0eb63001a272319f4dbdccaab6b890a772 (diff)
Changed backlight-naming to be consistent with the other resources.
-rw-r--r--client/client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/client.c b/client/client.c
index 2d2d7a9..5cc9cfe 100644
--- a/client/client.c
+++ b/client/client.c
@@ -833,7 +833,7 @@ static void usage(int exit_code)
printf("\t\tVideoRecording\n");
printf("\t\tVibra\n");
printf("\t\tLeds\n");
- printf("\t\tBackLight\n");
+ printf("\t\tBacklight\n");
printf("\t\tSystemButton\n");
printf("\t\tLockButton\n");
printf("\t\tScaleButton\n");
@@ -927,7 +927,7 @@ static uint32_t parse_resource_list(char *rlist_str, int exit_if_error)
{ RESMSG_VIDEO_RECORDING, "VideoRecording" },
{ RESMSG_VIBRA , "Vibra" },
{ RESMSG_LEDS , "Leds" },
- { RESMSG_BACKLIGHT , "BackLight" },
+ { RESMSG_BACKLIGHT , "Backlight" },
{ RESMSG_SYSTEM_BUTTON , "SystemButton" },
{ RESMSG_LOCK_BUTTON , "LockButton" },
{ RESMSG_SCALE_BUTTON , "ScaleButton" },