Ticket #4457: videodisplayprofile.patch

File videodisplayprofile.patch, 1.6 KB (added by andrei@…, 19 years ago)
  • libs/libmythtv/videodisplayprofile.cpp

     
    993993
    994994    if (renderer == "directx")
    995995        msg = QObject::tr(
    996             "This is the only video renderer available on Microsoft Windows "
    997             "systems.");
     996            "Windows video renderer based on overlays. "
     997            "Not compatible with Vista Aero Glass.");
    998998
     999    if (renderer == "direct3d")
     1000        msg = QObject::tr(
     1001            "Windows video renderer based on Direct3D. Requires "
     1002            "video card compatible with Direct3D 9. This is the preferred "
     1003            "renderer for current Windows systems.");
     1004
    9991005    if (renderer == "quartz-blit")
    10001006        msg = QObject::tr(
    10011007            "This is the standard video render for Macintosh OS X systems.");
  • programs/mythbackend/main.cpp

     
    156156                {
    157157                    gContext->LogEntry("mythbackend", LP_CRITICAL,
    158158                                       "Problem with capture cards",
    159                                        cidmsg + "failed init");
     159                                       cidmsg + " failed init");
    160160                    delete tv;
    161161                    // The master assumes card comes up so we need to
    162162                    // set error and exit if a non-master card fails.