Skip to content

Commit

Permalink
Add icon for the auto-type action.
Browse files Browse the repository at this point in the history
  • Loading branch information
debfx committed Mar 22, 2013
1 parent 5dadedb commit c6edead
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ Copyright: 2006, Otto Salminen
2011, Felix Geyer <[email protected]>
License: GPL-2

Files: share/icons/application/*/actions/database-change-key.png,
Files: share/icons/application/*/actions/auto-type.png,
share/icons/application/*/actions/database-change-key.png,
share/icons/application/*/actions/entry-clone.png,
share/icons/application/*/actions/entry-edit.png,
share/icons/application/*/actions/entry-new.png,
Expand Down
Binary file added share/icons/application/16x16/actions/auto-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/gui/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ MainWindow::MainWindow()
m_ui->actionEntryClone->setIcon(filePath()->icon("actions", "entry-clone", false));
m_ui->actionEntryEdit->setIcon(filePath()->icon("actions", "entry-edit", false));
m_ui->actionEntryDelete->setIcon(filePath()->icon("actions", "entry-delete", false));
m_ui->actionEntryAutoType->setIcon(filePath()->icon("actions", "auto-type", false));

m_ui->actionGroupNew->setIcon(filePath()->icon("actions", "group-new", false));
m_ui->actionGroupEdit->setIcon(filePath()->icon("actions", "group-edit", false));
Expand Down

0 comments on commit c6edead

Please sign in to comment.