Changeset 6116 in josm for trunk/src/org
- Timestamp:
- 2013-08-07T21:51:59+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/oauth/TestAccessTokenTask.java
r6083 r6116 138 138 139 139 protected void notifySuccess(UserInfo userInfo) { 140 HelpAwareOptionPane.show OptionDialog(140 HelpAwareOptionPane.showMessageDialogInEDT( 141 141 parent, 142 142 tr("<html>" … … 157 157 158 158 protected void alertFailedAuthentication() { 159 HelpAwareOptionPane.show OptionDialog(159 HelpAwareOptionPane.showMessageDialogInEDT( 160 160 parent, 161 161 tr("<html>" … … 175 175 176 176 protected void alertFailedAuthorisation() { 177 HelpAwareOptionPane.show OptionDialog(177 HelpAwareOptionPane.showMessageDialogInEDT( 178 178 parent, 179 179 tr("<html>" … … 193 193 194 194 protected void alertFailedConnection() { 195 HelpAwareOptionPane.show OptionDialog(195 HelpAwareOptionPane.showMessageDialogInEDT( 196 196 parent, 197 197 tr("<html>" … … 212 212 213 213 protected void alertFailedSigning() { 214 HelpAwareOptionPane.show OptionDialog(214 HelpAwareOptionPane.showMessageDialogInEDT( 215 215 parent, 216 216 tr("<html>" … … 229 229 230 230 protected void alertInternalError() { 231 HelpAwareOptionPane.show OptionDialog(231 HelpAwareOptionPane.showMessageDialogInEDT( 232 232 parent, 233 233 tr("<html>"
Note:
See TracChangeset
for help on using the changeset viewer.