Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/24/10 19:33:44 (15 years ago)
Author:
gkronber
Message:

Implemented changes in plugin administrator UI as requested by swagner. #949 (Overhaul look and feel of plugin administrator)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginAdministrator/3.3/ConnectionPropertiesView.cs

    r3206 r3208  
    2929
    3030namespace HeuristicLab.PluginAdministrator {
    31   internal partial class ConnectionSetupView : HeuristicLab.MainForm.WindowsForms.View {
    32     public ConnectionSetupView() {
     31  internal partial class ConnectionPropertiesView : HeuristicLab.MainForm.WindowsForms.View {
     32    public ConnectionPropertiesView() {
    3333      InitializeComponent();
    34       Caption = "Edit Connection Settings";
     34      Caption = "Connection Properties";
    3535      updateAddressTextBox.Text = HeuristicLab.PluginInfrastructure.Properties.Settings.Default.UpdateLocation;
    3636      adminAddressTextBox.Text = HeuristicLab.PluginInfrastructure.Properties.Settings.Default.UpdateLocationAdministrationAddress;
Note: See TracChangeset for help on using the changeset viewer.