Index: /trunk/FACT++/gui/BasicGlCamera.cc
===================================================================
--- /trunk/FACT++/gui/BasicGlCamera.cc	(revision 12395)
+++ /trunk/FACT++/gui/BasicGlCamera.cc	(revision 12396)
@@ -45,5 +45,5 @@
         autoRefresh = false;
         logScale = false;
-        cameraRotation = 0;
+        cameraRotation = -90;
         fTextEnabled = true;
         unitsText = "";
@@ -195,9 +195,9 @@
         zeroRotationButton->move(rotationLabel->width(), buttonShift);
         buttonShift += zeroRotationButton->height();
-         QString minus90str("-90" + degreeSymbol);
+         QString minus90str("+90" + degreeSymbol);
         minus90RotationButton = new QRadioButton(minus90str, this);
         minus90RotationButton->move(rotationLabel->width(), buttonShift);
         buttonShift += minus90RotationButton->height();
-        QString plus90str("+90"+degreeSymbol);
+        QString plus90str("-90"+degreeSymbol);
         plus90Rotationbutton = new QRadioButton(plus90str, this);
         plus90Rotationbutton->move(rotationLabel->width(), buttonShift);
@@ -219,6 +219,6 @@
         linearButton->setChecked(true);
         regularPaletteButton->setChecked(true);
-        zeroRotationButton->setChecked(true);
-
+//        zeroRotationButton->setChecked(true);
+        minus90RotationButton->setChecked(true);
 //        linearButton->palette.setColor();
 
