Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2022-03-08 06:49:02 +0300
committerJonathan White <support@dmapps.us>2022-03-08 07:06:49 +0300
commitbd3de48558fdda96a209ef1ac2097b21a32e3429 (patch)
tree9169966766cd297f70eb2f3a2a603ed0df881bdd /src/gui
parent0ad75ccb8fa4228880b035516eb9905517f8b12f (diff)
Remove unused/duplicate icons
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/entry/EditEntryWidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/entry/EditEntryWidget.cpp b/src/gui/entry/EditEntryWidget.cpp
index 32d0b8225..58ebdea6c 100644
--- a/src/gui/entry/EditEntryWidget.cpp
+++ b/src/gui/entry/EditEntryWidget.cpp
@@ -220,7 +220,7 @@ void EditEntryWidget::openAutotypeHelp()
void EditEntryWidget::setupAutoType()
{
m_autoTypeUi->setupUi(m_autoTypeWidget);
- addPage(tr("Auto-Type"), icons()->icon("key-enter"), m_autoTypeWidget);
+ addPage(tr("Auto-Type"), icons()->icon("auto-type"), m_autoTypeWidget);
m_autoTypeUi->openHelpButton->setIcon(icons()->icon("system-help"));