Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 7b97ff9

Browse files
author
mattpass
committed
Show filename in dialog when asking if want to remove
1 parent dfb4025 commit 7b97ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/icecoder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4489,7 +4489,7 @@ var ICEcoder = {
44894489
: this.savedPoints[closeTabNum - 1] !== this.getcMInstance(closeTabNum).changeGeneration()
44904490
)
44914491
)) {
4492-
okToRemove = this.ask(t['You have made...']);
4492+
okToRemove = this.ask(t['You have made...'] + "\n\n" + this.openFiles[closeTabNum - 1]);
44934493
}
44944494

44954495
if (true === okToRemove) {

0 commit comments

Comments
 (0)