Added option to skip the leading zero of an incoming call.
[jenirok] / src / common / settings.cpp
index 6453bb3..78bbc2b 100644 (file)
@@ -185,6 +185,7 @@ QString Settings::getDefaultValue(QString const& name)
         defaultValues["eniro_site"] = tr("fi");
         defaultValues["cache_size"] = "200";
         defaultValues["connection"] = "global";
+        defaultValues["ignore_first_zero"] = "1";
         defaultValuesLoaded = true;
     }