Skip to content

Commit 06e4a41

Browse files
committed
column resize fix restored
1 parent 25e6f97 commit 06e4a41

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

winUpdateMiniTool/MainForm.Designer.cs

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

winUpdateMiniTool/MainForm.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public partial class MainForm : Form {
3232
public const int MF_BYCOMMAND = 0x000;
3333
//private const int WmSyscommand = 0x112;
3434
//public const Int32 MF_REMOVE = 0x1000;
35-
//private const int MymenuAbout = 1000;
35+
// private const int MymenuAbout = 1000;
3636
private static Timer mTimer;
3737
private readonly WuAgent agent;
3838
private readonly int idleDelay;
@@ -245,7 +245,7 @@ public MainForm() {
245245
var menuHandle = GetSystemMenu(Handle, false); // Note: to restore default set true
246246
InsertMenu(menuHandle, 5, MfByposition | MfSeparator, 0, string.Empty); // <-- Add a menu separator
247247
InsertMenu(menuHandle, 6, MfByposition | MfPopup, (int)mToolsMenu.Handle, mToolsMenu.Text);
248-
// InsertMenu(MenuHandle, 7, MF_BYPOSITION, MYMENU_ABOUT, menuAbout.Text);
248+
// InsertMenu(menuHandle, 7, MfByposition, MymenuAbout, "About");
249249

250250
UpdateCounts();
251251
SwitchList(UpdateLists.UpdateHistory);

0 commit comments

Comments
 (0)