summaryrefslogtreecommitdiff
path: root/beos/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'beos/window.cpp')
-rw-r--r--beos/window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/window.cpp b/beos/window.cpp
index c00a45f4c..3fa88ad33 100644
--- a/beos/window.cpp
+++ b/beos/window.cpp
@@ -456,7 +456,7 @@ void nsbeos_dispatch_event(BMessage *message)
switch (message->what) {
case B_QUIT_REQUESTED:
// from the BApplication
- netsurf_quit = true;
+ nsbeos_done = true;
break;
case B_ABOUT_REQUESTED:
{