summaryrefslogtreecommitdiff
path: root/amiga/history_local.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/history_local.c')
-rwxr-xr-xamiga/history_local.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/history_local.c b/amiga/history_local.c
index 8c95122d1..069d8b665 100755
--- a/amiga/history_local.c
+++ b/amiga/history_local.c
@@ -117,8 +117,8 @@ void ami_history_open(struct gui_window *gw, struct history *history)
gw->hw->scrollerhook.h_Data = gw->hw;
gw->hw->objects[OID_MAIN] = WindowObject,
- WA_ScreenTitle,nsscreentitle,
- WA_Title,messages_get("History"),
+ WA_ScreenTitle, ami_gui_get_screen_title(),
+ WA_Title, messages_get("History"),
WA_Activate, TRUE,
WA_DepthGadget, TRUE,
WA_DragBar, TRUE,