25 lines
1.1 KiB
Diff
25 lines
1.1 KiB
Diff
diff -Naur ParaView3/Applications/OverView/Core/MainWindow.cxx ParaView3.new/Applications/OverView/Core/MainWindow.cxx
|
|
--- ParaView3/Applications/OverView/Core/MainWindow.cxx 2009-07-20 15:36:12.000000000 -0400
|
|
+++ ParaView3.new/Applications/OverView/Core/MainWindow.cxx 2009-07-22 23:42:53.000000000 -0400
|
|
@@ -933,7 +933,7 @@
|
|
QString assistantExe;
|
|
QString profileFile;
|
|
|
|
- const char* assistantName = "assistant";
|
|
+ const char* assistantName = "paraview-assistant";
|
|
#if defined(Q_WS_WIN)
|
|
const char* binDir = "\\";
|
|
const char* binDir1 = "\\..\\";
|
|
diff -Naur ParaView3/Qt/Components/pqClientMainWindow.cxx ParaView3.new/Qt/Components/pqClientMainWindow.cxx
|
|
--- ParaView3/Qt/Components/pqClientMainWindow.cxx 2009-07-20 15:37:39.000000000 -0400
|
|
+++ ParaView3.new/Qt/Components/pqClientMainWindow.cxx 2009-07-22 23:44:37.000000000 -0400
|
|
@@ -989,7 +989,7 @@
|
|
QString assistantExe;
|
|
QString profileFile;
|
|
|
|
- const char* assistantName = "assistant";
|
|
+ const char* assistantName = "paraview-assistant";
|
|
#if defined(Q_WS_WIN)
|
|
const char* extString = ".exe";
|
|
const char* binDir = "\\";
|