summaryrefslogtreecommitdiff
path: root/amiga/search.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/search.c')
-rwxr-xr-xamiga/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/search.c b/amiga/search.c
index 865159fed..ac061cbc3 100755
--- a/amiga/search.c
+++ b/amiga/search.c
@@ -106,7 +106,7 @@ void ami_search_open(struct gui_window *gwin)
fwin = AllocVecTags(sizeof(struct find_window), AVT_ClearWithValue, 0, TAG_DONE);
fwin->objects[OID_MAIN] = WindowObject,
- WA_ScreenTitle,nsscreentitle,
+ WA_ScreenTitle, ami_gui_get_screen_title(),
WA_Title,messages_get("FindTextNS"),
WA_Activate, TRUE,
WA_DepthGadget, TRUE,