]> git.decadent.org.uk Git - videolink.git/blobdiff - webdvd.cpp
Changed video standard nomenclature to be completely pedantic.
[videolink.git] / webdvd.cpp
index fa94ccb90abcd410b4ceed506dd2e6ec2bdf7878..9063bce42befa3a31fb20abce50d029d67162484 100644 (file)
@@ -868,9 +868,9 @@ namespace
        // ranging from 10 to 25 inches wide, for a resolution of
        // 24-60 dpi.  I therefore declare the average horizontal
        // resolution to be 40 dpi.  The vertical resolution will be
-       // slightly higher (PAL/SECAM) or lower (NTSC), but
-       // unfortunately Mozilla doesn't support non-square pixels
-       // (and neither do fontconfig or Xft anyway).
+       // slightly different but unfortunately Mozilla doesn't
+       // support non-square pixels (and neither do fontconfig or Xft
+       // anyway).
        check(pref_service->GetDefaultBranch("browser.display",
                                             getter_AddRefs(pref_branch)));
        check(pref_branch->SetIntPref("screen_resolution", 40));