Skip to content

Commit 31e7b9f

Browse files
authored
Fixed critical code supporting renamed controls.
1 parent 1b352bc commit 31e7b9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/CoreKeeperInventoryEditor/MainForm.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ private void MainForm_FormClosing(object sender, FormClosingEventArgs e)
467467
// Save some form settings.
468468
Settings.Default.ItemAmount = 50;
469469
Settings.Default.ItemID = 110;
470-
Settings.Default.CurrentItemTab = "TabPage1";
470+
Settings.Default.CurrentItemTab = "Tab1_TabPage";
471471
Settings.Default.ItemVariation = 0;
472472

473473
// Save UI form settings.
@@ -18360,4 +18360,4 @@ private void ComboBox2_SelectedIndexChanged(object sender, EventArgs e)
1836018360

1836118361
#endregion // End admin tools.
1836218362
}
18363-
}
18363+
}

0 commit comments

Comments
 (0)