diff --git a/data/lighthouse.track b/data/lighthouse.track index ff85860e1..83326ce09 100644 --- a/data/lighthouse.track +++ b/data/lighthouse.track @@ -2,7 +2,8 @@ (tuxkart-track (name "Around the Lighthouse") - (description "Created by Ingo Ruhnke") + (description "Created by Ingo Ruhnke, +modified by M. Gagnon") (music "oggs/tk2.ogg") (screenshot "sshot-lighthouse.rgb") (topview "topview-lighthouse.rgb") diff --git a/data/sandtrack.track b/data/sandtrack.track index 778802e42..5ac8413c9 100644 --- a/data/sandtrack.track +++ b/data/sandtrack.track @@ -2,7 +2,8 @@ (tuxkart-track (name "Shifting Sands") - (description "Created by Oliver & Steve Baker, modified by M. Gagnon") + (description "Created by Oliver & Steve Baker, +modified by M. Gagnon") (music "oggs/desert_dunes.ogg" "oggs/tk7.ogg") (screenshot "sshot-sandtrack.rgb") (topview "topview-sandtrack.rgb") diff --git a/src/gui/track_sel.cpp b/src/gui/track_sel.cpp index 701b44290..5bab1bf0b 100644 --- a/src/gui/track_sel.cpp +++ b/src/gui/track_sel.cpp @@ -89,7 +89,7 @@ TrackSel::TrackSel() widget_manager->hideWgtText(WTOK_IMG1); widget_manager->breakLine(); - widget_manager->addWgt( WTOK_AUTHOR, 80, 7 ); + widget_manager->addWgt( WTOK_AUTHOR, 80, 9 ); widget_manager->setWgtText( WTOK_AUTHOR, "No track selected" ); widget_manager->setWgtTextSize( WTOK_AUTHOR, WGT_FNT_MED );