Fixed a variable that should have been renamed

This commit is contained in:
David Sparer
2016-10-12 09:58:50 -06:00
parent c35ce9ffe1
commit 324992f6ff

View File

@@ -34,7 +34,7 @@ namespace mRemoteNG.Config.Settings
CreatePanels();
#if !PORTABLE
string oldPath = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "\\" + GeneralAppInfo.ProdName + "\\" + SettingsFileInfo.LayoutFileName;
string oldPath = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "\\" + GeneralAppInfo.ProductName + "\\" + SettingsFileInfo.LayoutFileName;
#endif
string newPath = SettingsFileInfo.SettingsPath + "\\" + SettingsFileInfo.LayoutFileName;
if (File.Exists(newPath))