Ignore:
Timestamp:
2010-01-15T10:44:16+01:00 (14 years ago)
Author:
Gubaer
Message:

fixed #4375: authorise -> authorize

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/server/OAuthAuthenticationPreferencesPanel.java

    r2849 r2861  
    3131import org.openstreetmap.josm.gui.SideButton;
    3232import org.openstreetmap.josm.gui.oauth.AdvancedOAuthPropertiesPanel;
    33 import org.openstreetmap.josm.gui.oauth.OAuthAuthorisationWizard;
     33import org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard;
    3434import org.openstreetmap.josm.gui.oauth.TestAccessTokenTask;
    3535import org.openstreetmap.josm.io.auth.CredentialsManagerFactory;
     
    309309        }
    310310        public void actionPerformed(ActionEvent arg0) {
    311             OAuthAuthorisationWizard wizard = new OAuthAuthorisationWizard(
     311            OAuthAuthorizationWizard wizard = new OAuthAuthorizationWizard(
    312312                    OAuthAuthenticationPreferencesPanel.this,
    313313                    apiUrl
     
    334334        }
    335335        public void actionPerformed(ActionEvent arg0) {
    336             OAuthAuthorisationWizard wizard = new OAuthAuthorisationWizard(
     336            OAuthAuthorizationWizard wizard = new OAuthAuthorizationWizard(
    337337                    OAuthAuthenticationPreferencesPanel.this,
    338338                    apiUrl
Note: See TracChangeset for help on using the changeset viewer.