diff settingsdialog.h @ 178:1a3af8617ea4

* basic external editor selection (for hgignore)
author Chris Cannam
date Thu, 16 Dec 2010 22:11:38 +0000
parents a6ec8d0bdd34
children 731aef59d5f4
line wrap: on
line diff
--- a/settingsdialog.h	Thu Dec 16 20:23:43 2010 +0000
+++ b/settingsdialog.h	Thu Dec 16 22:11:38 2010 +0000
@@ -40,8 +40,8 @@
     void diffPathBrowse();
     void mergePathChanged(const QString &);
     void mergePathBrowse();
-    void editorPathChanged(const QString &);
-    void editorPathBrowse();
+    void editPathChanged(const QString &);
+    void editPathBrowse();
     void extensionPathChanged(const QString &);
     void extensionPathBrowse();
 
@@ -53,7 +53,7 @@
     QLineEdit *m_hgPathEdit;
     QLineEdit *m_diffPathEdit;
     QLineEdit *m_mergePathEdit;
-    QLineEdit *m_editorPathEdit;
+    QLineEdit *m_editPathEdit;
 
     QCheckBox *m_useExtension;
     QLineEdit *m_extensionPathEdit;