diff options
| author | xHire <xhire@tuxportal.cz> | 2009-05-26 01:01:17 +0200 |
|---|---|---|
| committer | xHire <xhire@tuxportal.cz> | 2009-05-26 01:12:24 +0200 |
| commit | daa5951908a7228f88cfd1cbf1f0353389d98758 (patch) | |
| tree | 462b1d69a3d3ab573df213017f2cb09f1a2157ba /src/screen | |
| parent | 53fdb78257cd4bf454f255deede74d8e98e752fb (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.c | 2 |
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); |