Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7572)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7573)
@@ -18,4 +18,13 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2006/03/06 Thomas Bretz
+
+   * showplot.cc:
+     - fixed the position were the first argument is converted
+       to lower case. Until this fix no upper case could be used
+       in file names
+
+
+
  2006/03/06 Daniela Dorner
 
Index: /trunk/MagicSoft/Mars/showplot.cc
===================================================================
--- /trunk/MagicSoft/Mars/showplot.cc	(revision 7572)
+++ /trunk/MagicSoft/Mars/showplot.cc	(revision 7573)
@@ -159,5 +159,4 @@
     //
     TString kInput = arg.GetArgumentStr(0);
-    kInput.ToLower();
 
     //
@@ -168,4 +167,6 @@
         const Int_t num = arg.GetArgumentStr(1).Atoi();
         TString file = "/magic/data/";
+
+        kInput.ToLower();
         switch (kInput.Hash())
         {
