2231 self.trUtf8("New Project"), |
2231 self.trUtf8("New Project"), |
2232 self.trUtf8( |
2232 self.trUtf8( |
2233 """Would you like to edit the VCS command""" |
2233 """Would you like to edit the VCS command""" |
2234 """ options?""")) |
2234 """ options?""")) |
2235 if vcores: |
2235 if vcores: |
|
2236 from VCS.CommandOptionsDialog import \ |
|
2237 VcsCommandOptionsDialog |
2236 codlg = VcsCommandOptionsDialog(self.vcs) |
2238 codlg = VcsCommandOptionsDialog(self.vcs) |
2237 if codlg.exec_() == QDialog.Accepted: |
2239 if codlg.exec_() == QDialog.Accepted: |
2238 self.vcs.vcsSetOptions(codlg.getOptions()) |
2240 self.vcs.vcsSetOptions(codlg.getOptions()) |
2239 |
2241 |
2240 # create the project in the VCS |
2242 # create the project in the VCS |