about summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-03-11 22:45:59 +0100
committerhut <hut@lavabit.com>2010-03-12 00:46:48 +0100
commitda334ca2bb6b097ad7018f71124ad3ed4de3b0c8 (patch)
treeb217e2603489d11be319bbfa67390d28eaa0ca4f /ranger
parent5c692d0f2ef9d5e5ae5bbfa56282e852753c74b7 (diff)
downloadranger-da334ca2bb6b097ad7018f71124ad3ed4de3b0c8.tar.gz
ranger.help.starting: reverted bad changes
Diffstat (limited to 'ranger')
-rw-r--r--ranger/help/starting.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/help/starting.py b/ranger/help/starting.py
index f5517c78..29921ffc 100644
--- a/ranger/help/starting.py
+++ b/ranger/help/starting.py
@@ -61,7 +61,7 @@ Note: The "open with" console is named QuickOpenConsole in the source code.
 ==============================================================================
 2.3. Programs
 
-Programs have to be defined in ranger/apps.py.  Each function
+Programs have to be defined in ranger/defaults/apps.py.  Each function
 in the class CustomApplications which starts with "app_" can be used
 as a program in the "open with" prompt.
 
@@ -83,7 +83,7 @@ start a file in mode 0. "4l" will start the file in mode 4 etc.
 You can specify a mode in the "open with" console by simply adding
 the number.  Eg: "open with: mplayer 1" or "open with: 1"
 
-For a list of all programs and modes, see ranger/apps.py
+For a list of all programs and modes, see ranger/defaults/apps.py
 
 
 ==============================================================================