fix icon names
[pspp] / src / ui / gui / psppire-syntax-window.c
index c1f9e4631e63a19442353a2129acf8a8aaeb386c..393c2afb5a0d966f3c5d8824601e760a73b4a709 100644 (file)
@@ -1023,7 +1023,7 @@ error_dialog (GtkWindow *w, const gchar *filename,  GError *err)
 
   g_free (fn);
 
-  g_object_set (dialog, "icon-name", "pspp", NULL);
+  g_object_set (dialog, "icon-name", "org.gnu.pspp", NULL);
 
   gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
                                            "%s", err->message);