Project/Project.py

changeset 3126
df109651b577
parent 3038
7fe9a53280bd
child 3142
55030c09e142
child 3156
86a6528fea9f
equal deleted inserted replaced
3125:385a62b53725 3126:df109651b577
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

eric ide

mercurial