diff -r 5a11abbbdac8 -r c7f841eb91fb QTfrontend/SDLs.cpp --- a/QTfrontend/SDLs.cpp Sat Oct 17 13:57:40 2009 +0000 +++ b/QTfrontend/SDLs.cpp Sat Oct 17 21:01:54 2009 +0000 @@ -67,7 +67,7 @@ } else { for(int i = 0; modes[i]; ++i) - if ((modes[i]->w >= 640) && (modes[i]->h >= 480) && (modes[i]->h <= 1200)) + if ((modes[i]->w >= 640) && (modes[i]->h >= 480)) result << QString("%1x%2").arg(modes[i]->w).arg(modes[i]->h); }