Kaydet (Commit) 915fe513 authored tarafından Andras Timar's avatar Andras Timar

remove StarDesktop icon

üst 6411ad12
......@@ -115,6 +115,4 @@
#define SAL_RESID_BITMAP_50 11000
#define SAL_RESID_ICON_DEFAULT 1
#endif // _SV_SALIDS_HRC
......@@ -541,7 +541,6 @@ SalInstance* CreateSalInstance()
aWndClassEx.hbrBackground = 0;
aWndClassEx.lpszMenuName = 0;
aWndClassEx.lpszClassName = SAL_FRAME_CLASSNAMEW;
ImplLoadSalIcon( SAL_RESID_ICON_DEFAULT, aWndClassEx.hIcon, aWndClassEx.hIconSm );
if ( !RegisterClassExW( &aWndClassEx ) )
return NULL;
......
......@@ -117,6 +117,4 @@ SAL_RESID_POINTER_PAINTBRUSH CURSOR pntbrsh.cur
SAL_RESID_BITMAP_50 BITMAP "50.bmp"
SAL_RESID_ICON_DEFAULT ICON sd.ico
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment