Index: trunk/BNC/bncwindow.cpp
===================================================================
--- trunk/BNC/bncwindow.cpp	(revision 110)
+++ trunk/BNC/bncwindow.cpp	(revision 111)
@@ -153,5 +153,5 @@
     iRow++;
   }
-  ///  _mountPointsTable->hideColumn(0);
+  _mountPointsTable->hideColumn(0);
   _mountPointsTable->sortItems(1);
 
@@ -273,5 +273,5 @@
     iRow++;
   }
-  ///  _mountPointsTable->hideColumn(0);
+  _mountPointsTable->hideColumn(0);
   _mountPointsTable->sortItems(1);
   if (mountPoints->count() > 0) {
@@ -338,5 +338,5 @@
               _mountPointsTable->item(iRow, 1)->text() );
 
-    QByteArray format     = _mountPointsTable->item(iRow, 1)->text().toAscii();
+    QByteArray format = _mountPointsTable->item(iRow, 2)->text().toAscii();
 
     bncGetThread* getThread = new bncGetThread(url, format);
Index: trunk/BNC/bncwindow.h
===================================================================
--- trunk/BNC/bncwindow.h	(revision 110)
+++ trunk/BNC/bncwindow.h	(revision 111)
@@ -21,4 +21,5 @@
     void slotHelp();
     void slotAbout();
+    void slotFontSel();
     void slotSaveOptions();
     void slotAddMountPoints();
@@ -38,4 +39,5 @@
     QAction*   _actHelp;
     QAction*   _actAbout;
+    QAction*   _actFontSel;
     QAction*   _actSaveOpt;
     QAction*   _actQuit; 
