Skip to content

Commit

Permalink
Fix typo in preference to shrink db enries->entries
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram committed Feb 10, 2018
1 parent 9b0eeca commit fd6b34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PrefsManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ PrefsManager::PrefsManager() :
m_ImageCache ( "ImageCache", IMGCACHE_OFF),
m_bFastLoad ( "FastLoad", true ),
m_bBlindlyTrustCache ("BlindlyTrustCache", true),
m_bShrinkSongCache("RemoveCacheEnriesForDeletedSongs", false),
m_bShrinkSongCache("RemoveCacheEntriesForDeletedSongs", false),
m_NeverCacheList ( "NeverCacheList", ""),

m_bOnlyDedicatedMenuButtons ( "OnlyDedicatedMenuButtons", false ),
Expand Down

0 comments on commit fd6b34d

Please sign in to comment.