diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2008-01-18 00:53:42 +0000 |
|---|---|---|
| committer | jucablues <jucablues@users.sourceforge.net> | 2008-01-18 00:53:42 +0000 |
| commit | 168d3f7585a64acbb3232deb3a1bd1ac2c60b031 (patch) | |
| tree | af0ca8f8a7a0eea40a1a47125414753c3160bf1a /share/extensions/webbrowser_askaquestion.py | |
| parent | Fixed crash in the filter effects dialog on loading files with the unimplemen... (diff) | |
| download | inkscape-168d3f7585a64acbb3232deb3a1bd1ac2c60b031.tar.gz inkscape-168d3f7585a64acbb3232deb3a1bd1ac2c60b031.zip | |
added "Ask Us a Question" to the Help menu linking to http://answers.launchpad.net/inkscape/+addquestion
(bzr r4546)
Diffstat (limited to 'share/extensions/webbrowser_askaquestion.py')
| -rw-r--r-- | share/extensions/webbrowser_askaquestion.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/extensions/webbrowser_askaquestion.py b/share/extensions/webbrowser_askaquestion.py new file mode 100644 index 000000000..7af6b125f --- /dev/null +++ b/share/extensions/webbrowser_askaquestion.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python +import webbrowser +webbrowser.open("http://answers.launchpad.net/inkscape/+addquestion") |
