Revision: 41680
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41680&view=rev
Author:   bob1961
Date:     2010-12-16 20:09:24 +0000 (Thu, 16 Dec 2010)

Log Message:
-----------
Use double quotes in WIN_EDITOR to keep bu_argv_from_string from seeing this as 
multiple arguments.

Modified Paths:
--------------
    brlcad/trunk/src/mged/tedit.c

Modified: brlcad/trunk/src/mged/tedit.c
===================================================================
--- brlcad/trunk/src/mged/tedit.c       2010-12-16 20:07:27 UTC (rev 41679)
+++ brlcad/trunk/src/mged/tedit.c       2010-12-16 20:09:24 UTC (rev 41680)
@@ -51,7 +51,7 @@
 extern int classic_mged;
 
 /* editors to test, in order of discovery preference (EDITOR overrides) */
-#define WIN_EDITOR "c:/Program Files/Windows NT/Accessories/wordpad"
+#define WIN_EDITOR "\"c:/Program Files/Windows NT/Accessories/wordpad\""
 #define MAC_EDITOR "/Applications/TextEdit.app/Contents/MacOS/TextEdit"
 #define EMACS_EDITOR "emacs"
 #define JOVE_EDITOR "jove"


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to