Hi All,

Selecting 'e)dit configuration file' from the program menu results in a
dialog stating the .cfg extension does not have a program associated
with it so it can't be opened. I've corrected this in my mixmaster code.

In the function 'menu_spawn_editor', line 86, menuutil.c I changed lines
94 and 95 in the Win32 section from:

sei.lpFile = path;
sei.lpParameters = NULL;

to

sei.lpFile = "notepad.exe";
sei.lpParameters = path;

So long as all files opened by this function are plain text files
(including .txt and .ini, etc) this fix will work. Of course, if you
want to open a rich text or word file or a web page, you won't get what
you're looking for.

I've uploaded a second test zip to:
ftp://ftp.quicksilvermail.net/pub/quicksilver/test/

Richard



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mixmaster-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixmaster-devel

Reply via email to