summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/gui.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index e5d4fbe5f..edf7cbaac 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -291,7 +291,13 @@ bool ami_locate_resource(char *fullpath, const char *file)
bool found = false;
char *remapped;
- /* Firstly check the user's selected theme. NB: ami_locate_resource()
+ /* Check NetSurf user data area first */
+
+ strcpy(fullpath, current_user_dir);
+ found = ami_gui_check_resource(fullpath, file);
+ if(found) return true;
+
+ /* Secondly check the user's selected theme. NB: ami_locate_resource()
* gets called for Messages before options are loaded */
if(nsoption_charp(theme))