forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/13.0'
Change-Id: If752e3383b35873b696e8beca27d8838a4096c8a
This commit is contained in:
@@ -33,7 +33,7 @@ GitSettings::GitSettings()
|
||||
path.setLabelText(Tr::tr("Prepend to PATH:"));
|
||||
path.setDisplayStyle(StringAspect::LineEditDisplay);
|
||||
|
||||
binaryPath.setLabelText(Tr::tr("Git Command"));
|
||||
binaryPath.setLabelText(Tr::tr("Git command:"));
|
||||
binaryPath.setDefaultValue("git");
|
||||
binaryPath.setExpectedKind(PathChooser::ExistingCommand);
|
||||
binaryPath.setHistoryCompleter("Git.Command.History");
|
||||
|
||||
Reference in New Issue
Block a user