mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 15:24:00 +01:00
Show filename in dialog when asking if want to remove
This commit is contained in:
@@ -4489,7 +4489,7 @@ var ICEcoder = {
|
||||
: this.savedPoints[closeTabNum - 1] !== this.getcMInstance(closeTabNum).changeGeneration()
|
||||
)
|
||||
)) {
|
||||
okToRemove = this.ask(t['You have made...']);
|
||||
okToRemove = this.ask(t['You have made...'] + "\n\n" + this.openFiles[closeTabNum - 1]);
|
||||
}
|
||||
|
||||
if (true === okToRemove) {
|
||||
|
||||
Reference in New Issue
Block a user