Skip to content

Commit 4563eaa

Browse files
committed
Fix typo causing compile error
1 parent 268faea commit 4563eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MaterialDesignThemes.Wpf/PaletteHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ private static bool ReplaceEntry(object entryName, object newValue, ResourceDict
145145
}
146146
else
147147
{
148-
parentDictionary[entryName] = newvalue;
148+
parentDictionary[entryName] = newValue;
149149
}
150150
}
151151
foreach (var dictionary in parentDictionary.MergedDictionaries)

0 commit comments

Comments
 (0)