about summary refs log tree commit diff stats
path: root/code/fm/fm.rb
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-06-15 20:15:27 +0200
committerhut <hut@lavabit.com>2009-06-15 20:15:27 +0200
commitdcef2be7770e7b33c8aa159642b2c4a157746b5b (patch)
tree362675144b5b884499fdbdd7535e718f4bb6ffb6 /code/fm/fm.rb
parent131b33bfd71b4f3cc6c73b56ec8e536da472eb0a (diff)
downloadranger-dcef2be7770e7b33c8aa159642b2c4a157746b5b.tar.gz
changed the name in the title from "fm" to "ranger"
forgot that after the rename
Diffstat (limited to 'code/fm/fm.rb')
-rw-r--r--code/fm/fm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/fm/fm.rb b/code/fm/fm.rb
index 1fb91080..b5ef5c1a 100644
--- a/code/fm/fm.rb
+++ b/code/fm/fm.rb
@@ -141,7 +141,7 @@ module Fm
 
 	def current_path() @pwd.path end
 
-	def reset_title() set_title("fm: #{@pwd.path}") end
+	def reset_title() set_title("ranger: #{@pwd.path}") end
 
 	def enter_dir_safely(dir)
 		dir = File.expand_path(dir)