mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:41:17 -07:00
Icon naming spec compliance (code changes - KDE/):
network -> network-workgroup, or whatever fits best. Plus some other icon name fixes. svn path=/trunk/KDE/kdenetwork/krfb/; revision=754310
This commit is contained in:
@@ -175,7 +175,7 @@ void ManageInvitationsDialog::showConfiguration()
|
||||
return;
|
||||
|
||||
KConfigDialog *dialog = new KConfigDialog(this, "settings", KrfbConfig::self());
|
||||
dialog->addPage(new TCP, i18n("Network"), "network");
|
||||
dialog->addPage(new TCP, i18n("Network"), "network-workgroup");
|
||||
dialog->addPage(new Security, i18n("Security"), "security-high");
|
||||
connect(dialog, SIGNAL(settingsChanged(QString)),KrfbServer::self(),SLOT(updateSettings()));
|
||||
dialog->show();
|
||||
|
||||
Reference in New Issue
Block a user