1
0
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:
Jakob Petsovits
2007-12-29 14:44:22 +00:00
parent 0432b60d4f
commit 6fdad54a7a

View File

@@ -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();