mirror of
https://github.com/KDE/konsole.git
synced 2026-05-06 21:53:55 -04:00
Add basic code to associate shortcuts with profiles and load/save those shortcut/profile pairs. Move Profile class into its own source file. Move old TODO list into the 'old' directory.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=664308
This commit is contained in:
@@ -36,7 +36,7 @@ using namespace Konsole;
|
||||
RemoteConnectionDialog::RemoteConnectionDialog(QWidget* parent)
|
||||
: KDialog(parent)
|
||||
{
|
||||
setCaption("New Remote Connection");
|
||||
setCaption(i18n("New Remote Connection"));
|
||||
setButtons( KDialog::Ok | KDialog::Cancel );
|
||||
setButtonText( KDialog::Ok , i18n("Connect") );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user