[dasher] Fix alphabet combo box



commit 80430aeffccfff6b0b60271f72c573198ce18dc7
Author: Patrick Welche <prlw1 cam ac uk>
Date:   Sat Aug 18 09:45:58 2012 +0100

    Fix alphabet combo box
    
    Previous alphabets used are now remembered. (introduced in df5eebe2)

 Src/DasherCore/DashIntfSettings.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/Src/DasherCore/DashIntfSettings.cpp b/Src/DasherCore/DashIntfSettings.cpp
index 226ab19..607c0ec 100644
--- a/Src/DasherCore/DashIntfSettings.cpp
+++ b/Src/DasherCore/DashIntfSettings.cpp
@@ -28,5 +28,6 @@ void CDashIntfSettings::SetLongParameter(int iParameter, long lValue) {
 }
 
 void CDashIntfSettings::SetStringParameter(int iParameter, const string &strValue) {
+  CDasherInterfaceBase::PreSetNotify(iParameter, strValue);
   CDasherInterfaceBase::SetStringParameter(iParameter, strValue);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]