Update of /cvsroot/mahogany/M/src/Python/Scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv30957/src/Python/Scripts
Modified Files:
Minit.py
Log Message:
explain how to get rid of the dialog shown by Minit()
Index: Minit.py
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/Scripts/Minit.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -u -2 -r1.5 -r1.6
--- Minit.py 10 Jan 2004 21:57:32 -0000 1.5
+++ Minit.py 12 Jan 2004 17:41:44 -0000 1.6
@@ -45,5 +45,10 @@
def Minit():
- msg = "Welcome, " + GetUserName() + ", to the wonderful world of M/Python
integration!"
+ msg = "Welcome, " + GetUserName() + \
+ ", to the wonderful world of M/Python integration!\n" + \
+ "\n" + \
+ "You can disable Python in the \"Edit|Preferences...\" dialog\n" + \
+ "or edit Minit.py script to do something else in this startup\n" + \
+ "callback when you get tired of seeing this message."
MDialogs.Message(msg)
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates