aboutsummaryrefslogtreecommitdiffstats
path: root/comms/linrad/files/patch-help.c
blob: e28724faa8feb127dc8aba90e8c382f5c59173d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- help.c.orig	2014-11-04 10:25:00 UTC
+++ help.c
@@ -720,7 +720,7 @@ else
   printf("\n%s",s);
   DEB"\n%s",s);
   }  
-msg_filename="errors.lir";
+msg_filename="%%PREFIX%%/share/linrad/errors.lir";
 line=3;
 write_from_msg_file(&line, lir_errcod, screen_mode, ERROR_VERNR);
 }  
@@ -730,7 +730,7 @@ if(msg_no < 0)return;
 {
 int i, line;
 if(msg_no < 0)return;
-msg_filename="help.lir";
+msg_filename="%%PREFIX%%/share/linrad/help.lir";
 line=0;
 settextcolor(15);
 clear_screen();