diff options
author | Joe <rbo@gmx.us> | 2024-04-09 20:20:20 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-04-09 20:20:20 +0200 |
commit | 7b6a12ee62afca66f4f58f8789a9388d56944897 (patch) | |
tree | 1471c7c64776486dd6046225cf8de026a53c0061 /src/i_ui.go | |
parent | much better roadmap (diff) | |
download | hardflip-7b6a12ee62afca66f4f58f8789a9388d56944897.tar.gz hardflip-7b6a12ee62afca66f4f58f8789a9388d56944897.tar.bz2 hardflip-7b6a12ee62afca66f4f58f8789a9388d56944897.tar.xz hardflip-7b6a12ee62afca66f4f58f8789a9388d56944897.tar.zst hardflip-7b6a12ee62afca66f4f58f8789a9388d56944897.zip |
going good
Diffstat (limited to '')
-rw-r--r-- | src/i_ui.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i_ui.go b/src/i_ui.go index 7500b9f..37e1912 100644 --- a/src/i_ui.go +++ b/src/i_ui.go @@ -440,7 +440,7 @@ func i_draw_delete_msg(ui HardUI, item *ItemsNode) { text = "Really delete this directory and all of its content?" } else { text = "Really delete this host?" - file += item.Host.Filename + file += item.Host.filename } file = file[1:] i_draw_msg(ui.s, 2, ui.style[BOX_STYLE], ui.dim, " Delete ") |