|
|
@@ -264,7 +264,7 @@ void COptionsQuickPaste::FillThemes()
|
|
|
CTheme theme;
|
|
|
if (theme.Load(find.GetFileTitle(), true, false))
|
|
|
{
|
|
|
- if (theme.FileVersion() >= 2)
|
|
|
+ if (theme.FileVersion() >= 2 && theme.FileVersion() < 100)
|
|
|
{
|
|
|
int nIndex = m_cbTheme.AddString(find.GetFileTitle());
|
|
|
|