eric7/Utilities/BackgroundService.py

branch
eric7
changeset 8366
2a9f5153c438
parent 8358
144a6b854f70
child 8456
00a7d3bd87dc
equal deleted inserted replaced
8365:cde9bde830ea 8366:2a9f5153c438
218 "<li><b>'No'</b> to leave the client off.</li>" 218 "<li><b>'No'</b> to leave the client off.</li>"
219 "</ul></p>" 219 "</ul></p>"
220 "<p>Note: The client can be restarted by opening and" 220 "<p>Note: The client can be restarted by opening and"
221 " accepting the preferences dialog or reloading/" 221 " accepting the preferences dialog or reloading/"
222 "changing the project.</p>").format(lang), 222 "changing the project.</p>").format(lang),
223 EricMessageBox.Yes | EricMessageBox.No | EricMessageBox.Retry, 223 EricMessageBox.Yes |
224 EricMessageBox.No |
225 EricMessageBox.Retry,
224 EricMessageBox.Yes) 226 EricMessageBox.Yes)
225 227
226 if res == EricMessageBox.Retry: 228 if res == EricMessageBox.Retry:
227 self.enqueueRequest(*self.runningJob) 229 self.enqueueRequest(*self.runningJob)
228 else: 230 else:

eric ide

mercurial