summaryrefslogtreecommitdiff
path: root/beos/beos_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'beos/beos_gui.cpp')
-rw-r--r--beos/beos_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/beos_gui.cpp b/beos/beos_gui.cpp
index 20ae6211e..e535b3658 100644
--- a/beos/beos_gui.cpp
+++ b/beos/beos_gui.cpp
@@ -421,7 +421,7 @@ static int32 bapp_thread(void *arg)
nsurl *gui_get_resource_url(const char *path)
{
nsurl *url = NULL;
- BString u("rsrc:/");
+ BString u("rsrc:///");
if (strcmp(path, "default.css") == 0)
u << "beosdefault.css";
else