diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2021-01-14 23:28:32 +0200 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2021-01-14 23:28:32 +0200 |
commit | c3170f61a9413310ddf57f9d40ae29bd751f621a (patch) | |
tree | 184d6170d9cc243cc95a354383d5cc55087cf2c6 /src | |
parent | c60236647e4c261f709de3b9ac47a7f296701335 (diff) | |
download | klamav-c3170f61a9413310ddf57f9d40ae29bd751f621a.tar.gz klamav-c3170f61a9413310ddf57f9d40ae29bd751f621a.zip |
Options dialog: Updated icon for Archive Types
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/configdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configdialog.cpp b/src/configdialog.cpp index e65a24d..d2ee44b 100644 --- a/src/configdialog.cpp +++ b/src/configdialog.cpp @@ -61,7 +61,7 @@ KlamavConfigDialog::KlamavConfigDialog( TQWidget *parent, const char* name, TDEC // add pages addPage( m_archivelimits, i18n( "Archive Limits" ), "ark", i18n( "Configure Archive Limits" ) ); - addPage( m_archivetypes, i18n( "Archive Types" ), "tgz", i18n( "Configure Archive Types" ) ); + addPage( m_archivetypes, i18n( "Archive Types" ), "application-x-tarz", i18n( "Configure Archive Types" ) ); addPage( m_emailprotection, i18n( "E-mail protection" ), "email", i18n( "Set up your e-mail client to use Klammail" ) ); addPage( m_specialfiletypes, i18n( "File Types" ), "folder", i18n( "Configure File Types" ) ); addPage( m_autoscanoptions, i18n( "Auto-Scan" ), "filefind", i18n( "Configure Auto-Scan" ) ); |