summaryrefslogtreecommitdiff
path: root/desktop/unx/source/splashx.c
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-05-24 06:32:05 +0200
committerDavid Tardon <dtardon@redhat.com>2011-05-24 06:33:25 +0200
commita30a17d1bb895e6fa8b29f2a727cce66bb69c005 (patch)
tree7e3837f99b7820c456c991620683b152519b061e /desktop/unx/source/splashx.c
parent2daa098c3c1b49ce4d46306eddc45f7a66b7c021 (diff)
surely the name should be LibreOffice
Diffstat (limited to 'desktop/unx/source/splashx.c')
-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,