Smake: Fix icon rendering by using correct application ID.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 24 Jun 2022 23:37:36 +0000 (16:37 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 24 Jun 2022 23:44:24 +0000 (16:44 -0700)
commit52ba15f3dce32b9977ae69ec2d50ce883e52eb0d
tree6dbea7388cc1218c0faea4755ea8bdb45b11be18
parent047a42f49867bbc01972bd768eeb9aec63137ce0
Smake: Fix icon rendering by using correct application ID.

PSPP-specific icons were not showing up properly in the GUI because
the compiled-in resources were looking in gnu.pspp whereas the name
is now org.gnu.pspp.  This fixes the problem.

Fixes: a421d8d9f61b ("Change application ID from org.fsf.pspp to org.gnu.pspp.")
Smake