diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-14 08:57:48 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-14 08:57:48 +0000 |
commit | 9116c29739aa3e15eb5e052d335b1f76700f6b32 (patch) | |
tree | c7301ec627341f5207fba729b3e2ad4e6cb9dfb0 /kdvi | |
parent | 47d455dd55be855e4cc691c32f687f723d9247ee (diff) | |
download | tdegraphics-9116c29739aa3e15eb5e052d335b1f76700f6b32.tar.gz tdegraphics-9116c29739aa3e15eb5e052d335b1f76700f6b32.zip |
* kpdf page rotate options
* kdvi options dialog enhancements
* djvu plugin for kviewshell
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1062216 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdvi')
-rw-r--r-- | kdvi/optionDialogSpecialWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdvi/optionDialogSpecialWidget.cpp b/kdvi/optionDialogSpecialWidget.cpp index 1e24f6cc..e93cdc70 100644 --- a/kdvi/optionDialogSpecialWidget.cpp +++ b/kdvi/optionDialogSpecialWidget.cpp @@ -46,7 +46,7 @@ optionDialogSpecialWidget::optionDialogSpecialWidget( QWidget* parent, const ch editorDescriptionString += i18n("Kile works very well"); editorNameString += "NEdit"; - editorCommandString += "ncl -noask -line %l %f || nc -noask -line %l %f"; + editorCommandString += "nedit-nc -noask -line %l %f"; editorDescriptionString += i18n("NEdit perfectly supports inverse search."); editorNameString += "VIM - Vi IMproved / GUI"; |