mirror of
https://github.com/abrendan/smolEdit.git
synced 2025-08-25 22:12:03 +02: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