summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdesktop/unx/source/splashx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/unx/source/splashx.c b/desktop/unx/source/splashx.c
index dc88343a8c65..6bcb10ef149d 100755
--- a/desktop/unx/source/splashx.c
+++ b/desktop/unx/source/splashx.c
@@ -538,7 +538,7 @@ int splash_create_window( int argc, char** argv )
size_hints.min_height = height;
size_hints.max_height = height;
- char *name = "OpenOffice.org";
+ char *name = "LibreOffice";
char *icon = "icon"; // FIXME
XSetStandardProperties( display, win, name, icon, None,