summaryrefslogtreecommitdiff
path: root/src/ui/ui_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui_main.c')
-rw-r--r--src/ui/ui_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c
index 4eca5373..4389074c 100644
--- a/src/ui/ui_main.c
+++ b/src/ui/ui_main.c
@@ -4216,7 +4216,7 @@ static void UI_RunMenuScript(char **args) {
char command[ 32 ];
// load the file
- len = trap_FS_FOpenFile( "ptrc.txt", &f, FS_READ );
+ len = trap_FS_FOpenFile( "ptrc.cfg", &f, FS_READ );
if( len > 0 && ( len < sizeof( text ) - 1 ) )
{