src/eric7/UI/UserInterface.py

branch
eric7-maintenance
changeset 10815
b8631a4fb2f0
parent 10814
ba20efe10336
child 10817
cbdafa2fc879
equal deleted inserted replaced
10814:ba20efe10336 10815:b8631a4fb2f0
236 onlineStateChanged = pyqtSignal(bool) 236 onlineStateChanged = pyqtSignal(bool)
237 237
238 maxFilePathLen = 100 238 maxFilePathLen = 100
239 maxMenuFilePathLen = 75 239 maxMenuFilePathLen = 75
240 240
241 # TODO: change this to 'True' for official releases 241 # NOTE: change this to 'True' for official releases
242 ReleaseMode = False 242 ReleaseMode = True
243 243
244 ErrorLogFileName = "eric7_error.log" 244 ErrorLogFileName = "eric7_error.log"
245 245
246 def __init__( 246 def __init__(
247 self, 247 self,

eric ide

mercurial