aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/USongs.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/USongs.pas')
-rw-r--r--src/base/USongs.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/USongs.pas b/src/base/USongs.pas
index 7f5125a9..4d702163 100644
--- a/src/base/USongs.pas
+++ b/src/base/USongs.pas
@@ -652,7 +652,7 @@ begin
end;
// set CatNumber of last category
- if (Ini.Tabs_at_startup = 1) and (High(Song) >= 1) then
+ if (Ini.TabsAtStartup = 1) and (High(Song) >= 1) then
begin
// set number of songs in previous category
SongIndex := CatIndex - CatNumber;