We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac057fb commit c985406Copy full SHA for c985406
mode/tools/SDKUpdater/src/processing/mode/android/tools/SDKUpdater.java
@@ -772,8 +772,8 @@ public void cancelTasks() {
772
"Download canceled", "Warning", JOptionPane.WARNING_MESSAGE);
773
774
//re-query:
775
- actionButton.setText("Refreshing packages. . . ");
776
- actionButtonPlatform.setText("Refreshing packages. . . ");
+ status.setText("Refreshing packages. . . ");
+ statusPlatform.setText("Refreshing packages. . . ");
777
queryTask = new QueryTask();
778
queryTask.addPropertyChangeListener(SDKUpdater.this);
779
queryTask.execute();
0 commit comments