diff options
| author | 2016-01-08 14:27:27 +0000 | |
|---|---|---|
| committer | 2016-01-08 14:27:27 +0000 | |
| commit | 30d426306bd04407480b2521167e4d008837f2b0 (patch) | |
| tree | 44403fb746b4760031bb056dd412a6bac7e7b69d /src/modules/reguser | |
| parent | add serverconfiguration matching coresmall and kvibigicon icons (diff) | |
| download | KVIrc-30d426306bd04407480b2521167e4d008837f2b0.tar.gz KVIrc-30d426306bd04407480b2521167e4d008837f2b0.tar.bz2 KVIrc-30d426306bd04407480b2521167e4d008837f2b0.zip | |
Floppy icon rename to -> Save and fix assignments
Diffstat (limited to 'src/modules/reguser')
| -rw-r--r-- | src/modules/reguser/RegisteredUsersDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/reguser/RegisteredUsersDialog.cpp b/src/modules/reguser/RegisteredUsersDialog.cpp index 9b2494ecd..da297c3a3 100644 --- a/src/modules/reguser/RegisteredUsersDialog.cpp +++ b/src/modules/reguser/RegisteredUsersDialog.cpp @@ -280,7 +280,7 @@ RegisteredUsersDialog::RegisteredUsersDialog(QWidget * par) m_pExportButton->setEnabled(false); connect(m_pExportButton,SIGNAL(clicked()),this,SLOT(exportClicked())); m_pExportButton->setToolTip(__tr2qs_ctx("Export the selected entries to a file.<br>All the data associated with the selected registered users will be exported.<br>You (or anyone else) can later import the entries by using the \"Import\" button.","register")); - //m_pExportButton->setIcon(*(g_pIconManager->getSmallIcon(KviIconManager::Floppy))); + //m_pExportButton->setIcon(*(g_pIconManager->getSmallIcon(KviIconManager::Save))); m_pImportButton = new QPushButton(__tr2qs_ctx("Import from...","register"),vbox); |
