mirror of
https://github.com/abrendan/smolEdit.git
synced 2025-12-15 17:56:42 +01:00
fixed icons and about
This commit is contained in:
@@ -13,7 +13,6 @@ namespace V_EditorPro
|
||||
InitializeComponent();
|
||||
this.KeyPreview = true;
|
||||
this.KeyDown += new KeyEventHandler(MainForm_KeyDown);
|
||||
this.Icon = new Icon("..\\..\\Veditorproicon.ico");
|
||||
}
|
||||
|
||||
private void MainForm_KeyDown(object sender, KeyEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user