forked from qt-creator/qt-creator
Mercurial: Fix history key
Change-Id: I3e0606639402808c5ef9fe6e4d6af83118b041bb Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -30,7 +30,7 @@ MercurialSettings::MercurialSettings()
|
||||
binaryPath.setExpectedKind(PathChooser::ExistingCommand);
|
||||
binaryPath.setDefaultValue(Constants::MERCURIALDEFAULT);
|
||||
binaryPath.setDisplayName(Tr::tr("Mercurial Command"));
|
||||
binaryPath.setHistoryCompleter("Bazaar.Command.History");
|
||||
binaryPath.setHistoryCompleter("Mercurial.Command.History");
|
||||
binaryPath.setLabelText(Tr::tr("Command:"));
|
||||
|
||||
userName.setDisplayStyle(StringAspect::LineEditDisplay);
|
||||
|
Reference in New Issue
Block a user