about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-08-13 22:01:40 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-08-13 22:01:40 -0700
commitcc289363fa7ee394c4217810627ca8a871757391 (patch)
treea419a975b6ffd2c0f46836a443e356f2686aae5d
parentf3df1cda0f05cc3294dd81e2089cbc673db4cdd6 (diff)
downloadview.love-cc289363fa7ee394c4217810627ca8a871757391.tar.gz
overzealous search-and-replace
-rw-r--r--main.lua2
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()