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: |