X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=webdvd.cpp;fp=webdvd.cpp;h=9063bce42befa3a31fb20abce50d029d67162484;hb=ab30f1996d97f10d243b7075021840c37ae8238a;hp=fa94ccb90abcd410b4ceed506dd2e6ec2bdf7878;hpb=6e994af0a7e236de8d3e4dbfed0219f7fc3e1dbf;p=videolink.git diff --git a/webdvd.cpp b/webdvd.cpp index fa94ccb..9063bce 100644 --- a/webdvd.cpp +++ b/webdvd.cpp @@ -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));