summaryrefslogtreecommitdiff
path: root/src/screen
diff options
context:
space:
mode:
authorxHire <xhire@tuxportal.cz>2009-05-26 01:01:17 +0200
committerxHire <xhire@tuxportal.cz>2009-05-26 01:12:24 +0200
commitdaa5951908a7228f88cfd1cbf1f0353389d98758 (patch)
tree462b1d69a3d3ab573df213017f2cb09f1a2157ba /src/screen
parent53fdb78257cd4bf454f255deede74d8e98e752fb (diff)
Rectified the coding style in path.h.in
Fixed some old comments (//) and whitespace
Diffstat (limited to 'src/screen')
-rw-r--r--src/screen/setting.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen/setting.c b/src/screen/setting.c
index ceea876..2dadec7 100644
--- a/src/screen/setting.c
+++ b/src/screen/setting.c
@@ -347,7 +347,7 @@ void setting_init()
check_music = check_new(label_music->x + label_music->w + 10, WINDOW_SIZE_Y - 80,
music_is_active(), eventWidget);
label_sound = label_new(_("Sound:"), check_music->x + WIDGET_CHECK_WIDTH + 10,
- WINDOW_SIZE_Y - 85, WIDGET_LABEL_LEFT);
+ WINDOW_SIZE_Y - 85, WIDGET_LABEL_LEFT);
check_sound = check_new(label_sound->x + label_sound->w + 10, WINDOW_SIZE_Y - 80,
sound_is_active(), eventWidget);