Switch to unified view

a/GUI/prefs/prefs.cpp b/GUI/prefs/prefs.cpp
...
...
76
        
76
        
77
        // Close to tray ?
77
        // Close to tray ?
78
        m_w->addParam(idx, ConfTabsW::CFPT_BOOL, "min2tray", "Close to tray",
78
        m_w->addParam(idx, ConfTabsW::CFPT_BOOL, "min2tray", "Close to tray",
79
                   "Minimize to tray instead of exiting when the main window "
79
                   "Minimize to tray instead of exiting when the main window "
80
                   "is closed");
80
                   "is closed");
81
81
#ifndef _WIN32
82
        // Show notifications ?
82
        // Show notifications ?
83
        m_w->addParam(idx, ConfTabsW::CFPT_BOOL, "shownotifications",
83
        m_w->addParam(idx, ConfTabsW::CFPT_BOOL, "shownotifications",
84
                      "Show notifications",
84
                      "Show notifications",
85
                      "Show pop-up message in notification area when a track "
85
                      "Show pop-up message in notification area when a track "
86
                      "starts playing");
86
                      "starts playing");
...
...
92
        }
92
        }
93
        m_w->addParam(idx, ConfTabsW::CFPT_STR, "notificationcmd",
93
        m_w->addParam(idx, ConfTabsW::CFPT_STR, "notificationcmd",
94
                      "Notification command",
94
                      "Notification command",
95
                      "Command to execute to notify. The message argument "
95
                      "Command to execute to notify. The message argument "
96
                      " will be appended");
96
                      " will be appended");
97
97
#endif
98
        
98
        // Truncate artist information in directory listings?
99
        // Truncate artist information in directory listings?
99
        ConfParamW *b1 =
100
        ConfParamW *b1 =
100
            m_w->addParam(idx, ConfTabsW::CFPT_BOOL, "truncateartistindir", 
101
            m_w->addParam(idx, ConfTabsW::CFPT_BOOL, "truncateartistindir", 
101
                          "Truncate artist information in track lists",
102
                          "Truncate artist information in track lists",
102
                          "Truncate very long artist info so that the table "
103
                          "Truncate very long artist info so that the table "