summaryrefslogtreecommitdiff
path: root/amiga/gui_options.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-16 16:40:41 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-16 16:40:41 +0000
commit0966b8097ccd89c65989b76e4a960e7ecb788892 (patch)
treef09361109029ac8d22f25d8f318ae9a858e8aa8c /amiga/gui_options.c
parent20705189b9bb5e034544800dba8e16517a7d8ba3 (diff)
downloadnetsurf-0966b8097ccd89c65989b76e4a960e7ecb788892.tar.gz
netsurf-0966b8097ccd89c65989b76e4a960e7ecb788892.tar.bz2
Allocate screen title when first needed and keep it private to amiga/gui.c
Diffstat (limited to 'amiga/gui_options.c')
-rwxr-xr-xamiga/gui_options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui_options.c b/amiga/gui_options.c
index 8eb18f352..62b54773f 100755
--- a/amiga/gui_options.c
+++ b/amiga/gui_options.c
@@ -529,7 +529,7 @@ void ami_gui_opts_open(void)
gow = AllocVecTags(sizeof(struct ami_gui_opts_window), AVT_ClearWithValue, 0, TAG_DONE);
gow->objects[OID_MAIN] = WindowObject,
- WA_ScreenTitle,nsscreentitle,
+ WA_ScreenTitle, ami_gui_get_screen_title(),
WA_Title, gadlab[LAB_OPTS_WINTITLE],
WA_Activate, TRUE,
WA_DepthGadget, TRUE,