diff src/settingsdialog.h @ 633:db62a0cb3037

* Added setting to specify that diff command should be run once for each selected file, rather than passing all file names to diff command (p4merge doesn't like being given many files)
author Sam Izzo <sam@humbug.net>
date Mon, 27 Aug 2012 01:26:57 +1000
parents 5dc24f89b791
children 58ac1b197666
line wrap: on
line diff
--- a/src/settingsdialog.h	Mon Aug 27 01:26:05 2012 +1000
+++ b/src/settingsdialog.h	Mon Aug 27 01:26:57 2012 +1000
@@ -85,6 +85,8 @@
     QComboBox *m_workHistoryArrangement;
 #endif
 
+    QCheckBox *m_multipleDiffInstances;
+
     QPushButton *m_extensionBrowse;
     QPushButton *m_ok;