Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/10se1ucgo/DisableWinTracking.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author10se1ucgo <hammaadu1@gmail.com>2015-08-03 01:38:31 +0300
committer10se1ucgo <hammaadu1@gmail.com>2015-08-03 01:38:31 +0300
commit2fb2e8b6dee135d5b5ac74072b82a534e08b3341 (patch)
treefc7f4173876933cacf820a8a1db2d6e220946968
parent69988e50b1d6da6b1c35cfa8c12d8fc33ec65b31 (diff)
Iconv1.0
-rw-r--r--run.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/run.py b/run.py
index 9c263d3..bdfe5b6 100644
--- a/run.py
+++ b/run.py
@@ -15,6 +15,8 @@ class WinFrame(wx.Frame):
style=wx.DEFAULT_FRAME_STYLE ^ wx.RESIZE_BORDER ^ wx.MAXIMIZE_BOX)
wxpanel = wx.Panel(self)
+ self.icon = wx.Icon(r"c:\windows\system32\shell32.dll;315", wx.BITMAP_TYPE_ICO)
+ self.SetIcon(self.icon)
self.telebox = wx.CheckBox(wxpanel, label="Disable Telemetry", pos=(10, 15))
self.telebox.Set3StateValue(0)