Switch to unified view

a/GUI/prefs/prefs.cpp b/GUI/prefs/prefs.cpp
...
...
55
55
56
    if (m_w == 0) {
56
    if (m_w == 0) {
57
        m_w = new ConfTabsW(m_parent, "UPPlay Preferences", &lnkfact);
57
        m_w = new ConfTabsW(m_parent, "UPPlay Preferences", &lnkfact);
58
        int idx = m_w->addPanel("Application");
58
        int idx = m_w->addPanel("Application");
59
59
60
        // Specify network interface ?
61
        m_w->addParam(idx, ConfTabsW::CFPT_STR, "netifname",
62
                      "Network interface name (needs restart)",
63
                      "Specify network interface to use, or leave blank to "
64
                      "use the first or only appropriate interface");
65
        
60
        // Close to tray ?
66
        // Close to tray ?
61
        m_w->addParam(idx, ConfTabsW::CFPT_BOOL, "min2tray", "Close to tray",
67
        m_w->addParam(idx, ConfTabsW::CFPT_BOOL, "min2tray", "Close to tray",
62
                   "Minimize to tray instead of exiting when the main window "
68
                   "Minimize to tray instead of exiting when the main window "
63
                   "is closed");
69
                   "is closed");
64
70