GUI: Added a large set of possible output formats to the right-click menu.

To do: We still need better error handling.
- File exists: overwrite?
- Write failed popup.
- Check for empty file at the end (what if dot does not support this particular
  output format?)
This commit is contained in:
Cas Cremers
2008-08-27 10:04:22 +02:00
parent 63471c5053
commit e3268bb8e5
3 changed files with 61 additions and 14 deletions

View File

@@ -23,11 +23,7 @@
""" Import externals """
import wx
import os
import sys
import re
import threading
import StringIO
#---------------------------------------------------------------------------