Skip to content

Commit 89e4ef8

Browse files
committed
Fix #2 using a more explicit quit command.
1 parent ea4e71d commit 89e4ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/ggtracker/uploader/GgtrackerUploader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ private static void setupTrayIcon() {
139139
}
140140

141141
popupMenu = new PopupMenu();
142-
final MenuItem quitMenuItem = new MenuItem("Quit");
142+
final MenuItem quitMenuItem = new MenuItem("Quit and Stop Uploading");
143143
quitMenuItem.addActionListener(new ActionListener() {
144144
public void actionPerformed( final ActionEvent event) {
145145
exit();

0 commit comments

Comments
 (0)