diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-08-13 22:01:40 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-08-13 22:01:40 -0700 |
commit | cc289363fa7ee394c4217810627ca8a871757391 (patch) | |
tree | a419a975b6ffd2c0f46836a443e356f2686aae5d | |
parent | f3df1cda0f05cc3294dd81e2089cbc673db4cdd6 (diff) | |
download | view.love-cc289363fa7ee394c4217810627ca8a871757391.tar.gz |
overzealous search-and-replace
-rw-r--r-- | main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main.lua b/main.lua index ce8e778..5f920ee 100644 --- a/main.lua +++ b/main.lua @@ -131,7 +131,7 @@ function App.filedropped(file) break end end - love.window.setTitle('Text with Editor_state.lines - '..Editor_state.filename) + love.window.setTitle('lines.love - '..Editor_state.filename) end function App.draw() |