Switch to side-by-side view

--- a/dirbrowser/cdbrowser.cpp
+++ b/dirbrowser/cdbrowser.cpp
@@ -809,8 +809,13 @@
     } else {
         // Show servers list
         QString html = emptyServersPage();
+        m_alphamap.clear();
         mySetHtml(html);
+        //char curinitial = 0;
         for (unsigned i = 0; i < msdescs.size(); i++) {
+            // Alphamap does not really work for servers, which are not in
+            // alphabetic order at the moment
+            // updateAlphamap(curinitial, msdescs[i].friendlyName);
             appendHtml("", DSToHtml(i, msdescs[i]));
         }
         m_timer.start(5000);