diff options
author | David Tardon <dtardon@redhat.com> | 2011-05-24 06:32:05 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-05-24 06:33:25 +0200 |
commit | a30a17d1bb895e6fa8b29f2a727cce66bb69c005 (patch) | |
tree | 7e3837f99b7820c456c991620683b152519b061e /desktop | |
parent | 2daa098c3c1b49ce4d46306eddc45f7a66b7c021 (diff) |
surely the name should be LibreOffice
Diffstat (limited to 'desktop')
-rwxr-xr-x | desktop/unx/source/splashx.c | 2 |
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, |