Switch to unified view

a/GUI/prefs/prefs.cpp b/GUI/prefs/prefs.cpp
...
...
73
                      "Specify network interface to use, or leave blank to "
73
                      "Specify network interface to use, or leave blank to "
74
                      "use the first or only appropriate interface",
74
                      "use the first or only appropriate interface",
75
                      0, 0, &qadapters);
75
                      0, 0, &qadapters);
76
        
76
        
77
        // Filter out non-openhome renderers?
77
        // Filter out non-openhome renderers?
78
        m_w->addParam(idx, ConfTabsW::CFPT_BOOL, "ohonly", "OpenHome only",
78
        m_w->addParam(idx, ConfTabsW::CFPT_BOOL, "ohonly",
79
                      "Only show OpenHome renderers",
79
                      "Only show OpenHome-capable renderers in "
80
                      "Only show OpenHome-capable renderers in "
80
                      "selection dialog.");
81
                      "the selection dialog. Avoids Bubble UPnP server dups.");
82
83
        // Notify content directory updateid changes
84
        m_w->addParam(idx, ConfTabsW::CFPT_BOOL, "monitorupdateid",
85
                      "Notify on Content Directory update",
86
                      "Show dialog when content directory state changes.");
81
87
82
        // Close to tray ?
88
        // Close to tray ?
83
        m_w->addParam(idx, ConfTabsW::CFPT_BOOL, "min2tray", "Close to tray",
89
        m_w->addParam(idx, ConfTabsW::CFPT_BOOL, "min2tray", "Close to tray",
84
                   "Minimize to tray instead of exiting when the main window "
90
                   "Minimize to tray instead of exiting when the main window "
85
                   "is closed");
91
                   "is closed");