diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-02-29 14:58:39 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-02-29 14:59:30 +0000 |
commit | 8980196fb65a7cb3d0f1f635bfc7645eb3982b81 (patch) | |
tree | 36987cc8d40645b5917e73e8a0af8a8c494dda6d /vcl/unx | |
parent | e82d011ede2b7cb9bb53d463c3f0f397a0dd57fd (diff) |
libreoffice-main -> libreoffice-startcenter
to sync these names with the the .desktop names
Change-Id: I1c4d8943e61b5ae537b865d5a9c3065894f200d7
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/gtk/gtksalframe.cxx | 2 | ||||
-rw-r--r-- | vcl/unx/gtk3/gtk3gtkframe.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/gtk/gtksalframe.cxx b/vcl/unx/gtk/gtksalframe.cxx index 3e9d51a7bbc2..865469558ef5 100644 --- a/vcl/unx/gtk/gtksalframe.cxx +++ b/vcl/unx/gtk/gtksalframe.cxx @@ -1472,7 +1472,7 @@ void GtkSalFrame::SetIcon( sal_uInt16 nIcon ) else if (nIcon == SV_ICON_ID_FORMULA) appicon = g_strdup ("libreoffice-math"); else - appicon = g_strdup ("libreoffice-main"); + appicon = g_strdup ("libreoffice-startcenter"); gtk_window_set_icon_name (GTK_WINDOW (m_pWindow), appicon); } diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx index d340c504fa3f..99d3676ff0a6 100644 --- a/vcl/unx/gtk3/gtk3gtkframe.cxx +++ b/vcl/unx/gtk3/gtk3gtkframe.cxx @@ -1376,7 +1376,7 @@ void GtkSalFrame::SetIcon( sal_uInt16 nIcon ) else if (nIcon == SV_ICON_ID_FORMULA) appicon = g_strdup ("libreoffice-math"); else - appicon = g_strdup ("libreoffice-main"); + appicon = g_strdup ("libreoffice-startcenter"); gtk_window_set_icon_name (GTK_WINDOW (m_pWindow), appicon); g_free (appicon); |