diff options
author | marha <marha@users.sourceforge.net> | 2011-01-18 22:33:59 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-01-18 22:33:59 +0000 |
commit | 34fa09ac6d7c1864f3d3c0c3d4ccc3d02fe6ead4 (patch) | |
tree | 52be7cd4d42c84113bc583618d372b73c822c874 /apps/xcalc/xcalc.c | |
parent | 06141f7a37054b5a53f09287e7ad0f5c8619a2d7 (diff) | |
download | vcxsrv-34fa09ac6d7c1864f3d3c0c3d4ccc3d02fe6ead4.tar.gz vcxsrv-34fa09ac6d7c1864f3d3c0c3d4ccc3d02fe6ead4.tar.bz2 vcxsrv-34fa09ac6d7c1864f3d3c0c3d4ccc3d02fe6ead4.zip |
Solved problem of app icon not being loaded
Diffstat (limited to 'apps/xcalc/xcalc.c')
-rw-r--r-- | apps/xcalc/xcalc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/xcalc/xcalc.c b/apps/xcalc/xcalc.c index 39547377c..d51034156 100644 --- a/apps/xcalc/xcalc.c +++ b/apps/xcalc/xcalc.c @@ -117,6 +117,8 @@ main(int argc, char **argv) XtSetLanguageProc(NULL, (XtLanguageProc) NULL, NULL); + XawInitializeWidgetSet(); // Needed to have the string to bitmap conversion function initialised + toplevel = XtAppInitialize(&xtcontext, "XCalc", Options, XtNumber(Options), &argc, argv, NULL, NULL, 0); if (argc != 1) Syntax(argc, argv); |