Skip to content

Commit c985406

Browse files
[Fix]Cancel Button text
1 parent ac057fb commit c985406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mode/tools/SDKUpdater/src/processing/mode/android/tools/SDKUpdater.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,8 +772,8 @@ public void cancelTasks() {
772772
"Download canceled", "Warning", JOptionPane.WARNING_MESSAGE);
773773

774774
//re-query:
775-
actionButton.setText("Refreshing packages. . . ");
776-
actionButtonPlatform.setText("Refreshing packages. . . ");
775+
status.setText("Refreshing packages. . . ");
776+
statusPlatform.setText("Refreshing packages. . . ");
777777
queryTask = new QueryTask();
778778
queryTask.addPropertyChangeListener(SDKUpdater.this);
779779
queryTask.execute();

0 commit comments

Comments
 (0)