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

remove StarDesktop icon

üst 6411ad12
...@@ -115,6 +115,4 @@ ...@@ -115,6 +115,4 @@
#define SAL_RESID_BITMAP_50 11000 #define SAL_RESID_BITMAP_50 11000
#define SAL_RESID_ICON_DEFAULT 1
#endif // _SV_SALIDS_HRC #endif // _SV_SALIDS_HRC
...@@ -541,7 +541,6 @@ SalInstance* CreateSalInstance() ...@@ -541,7 +541,6 @@ SalInstance* CreateSalInstance()
aWndClassEx.hbrBackground = 0; aWndClassEx.hbrBackground = 0;
aWndClassEx.lpszMenuName = 0; aWndClassEx.lpszMenuName = 0;
aWndClassEx.lpszClassName = SAL_FRAME_CLASSNAMEW; aWndClassEx.lpszClassName = SAL_FRAME_CLASSNAMEW;
ImplLoadSalIcon( SAL_RESID_ICON_DEFAULT, aWndClassEx.hIcon, aWndClassEx.hIconSm );
if ( !RegisterClassExW( &aWndClassEx ) ) if ( !RegisterClassExW( &aWndClassEx ) )
return NULL; return NULL;
......
...@@ -117,6 +117,4 @@ SAL_RESID_POINTER_PAINTBRUSH CURSOR pntbrsh.cur ...@@ -117,6 +117,4 @@ SAL_RESID_POINTER_PAINTBRUSH CURSOR pntbrsh.cur
SAL_RESID_BITMAP_50 BITMAP "50.bmp" SAL_RESID_BITMAP_50 BITMAP "50.bmp"
SAL_RESID_ICON_DEFAULT ICON sd.ico
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* 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