f85d676
--- ParaView-3.6.0/Applications/OverView/Core/MainWindow.cxx.assistant-qt4	2009-06-29 16:51:37.273654166 -0600
f85d676
+++ ParaView-3.6.0/Applications/OverView/Core/MainWindow.cxx	2009-06-29 16:52:03.205652509 -0600
f85d676
@@ -933,7 +933,7 @@
f85d676
   QString assistantExe;
f85d676
   QString profileFile;
f85d676
 
f85d676
-  const char* assistantName = "assistant";
11dcb5f
+  const char* assistantName = "assistant_adp";
f85d676
 #if defined(Q_WS_WIN)
f85d676
   const char* binDir = "\\";
f85d676
   const char* binDir1 = "\\..\\";
f85d676
--- ParaView-3.6.0/Qt/Components/pqClientMainWindow.cxx.assitant-qt4	2009-06-29 16:51:37.285652874 -0600
f85d676
+++ ParaView-3.6.0/Qt/Components/pqClientMainWindow.cxx	2009-06-29 16:52:08.521653470 -0600
f85d676
@@ -989,7 +989,7 @@
f85d676
   QString assistantExe;
f85d676
   QString profileFile;
f85d676
 
f85d676
-  const char* assistantName = "assistant";
11dcb5f
+  const char* assistantName = "assistant_adp";
f85d676
 #if defined(Q_WS_WIN)
f85d676
   const char* extString = ".exe";
f85d676
   const char* binDir = "\\";