]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/prompt/qam.C
.so cleanup: removed from gSystem->Load()
[u/mrichter/AliRoot.git] / test / prompt / qam.C
index 253f87f16d1da63a0bf5869d05351a92b09c31b5..bb67f3d3f2e36d5a631b47f9a857949070a77ddd 100644 (file)
@@ -1,6 +1,6 @@
 {
    // libMONITOR is not loaded by default...
-   gSystem->Load("libMONITOR.so");
+   gSystem->Load("libMONITOR");
    // Popup the GUI...
    new AliQAHistViewer(gClient->GetRoot(), 800, 400, kFALSE);
 }