]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
More precise window title.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 18 Jul 2008 11:12:19 +0000 (11:12 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 18 Jul 2008 11:12:19 +0000 (11:12 +0000)
EVE/macros/visscan_init.C

index 1a907f65427d0580ba6f6d02d85307a7a3c763e0..b43592821a2e580a0c25632b49eb3fc05ce6bb39 100644 (file)
@@ -151,7 +151,7 @@ void on_new_event()
     TTimeStamp ts(esd->GetTimeStamp());
     TString win_title("Eve Main Window -- Timestamp: ");
     win_title += ts.AsString("s");
-    win_title += "; Event: ";
+    win_title += "; Event # in ESD file: ";
     win_title += esd->GetEventNumberInFile();
     gEve->GetBrowser()->SetWindowName(win_title);
   }