From 28e982cd6b90a2219bc549543a893797836c1d16 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Mon, 12 Apr 2010 02:20:43 -0700 Subject: [PATCH] Added defaults to node tool values that were missing from preference init. --- src/preferences-skeleton.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h index 297d19c10..af9b446d8 100644 --- a/src/preferences-skeleton.h +++ b/src/preferences-skeleton.h @@ -9,7 +9,7 @@ #define N_(x) x /* The root's "version" attribute describes the preferences file format version. - * It should only increase when a backwards-incompatible change is made, + * It should only increase when a backwards-incompatible change is made, * and special handling has to be added to the preferences class to update * obsolete versions the user might have. */ static char const preferences_skeleton[] = @@ -101,7 +101,7 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" -" \n" +" \n" " \n" " \n" -" \n" +" \n" " \n" " \n" " \n" -- 2.30.2