Kaydet (Commit) e636f576 authored tarafından Noel Grandin's avatar Noel Grandin

fix compile error - remove bracket

I messed this up this when doing commit
2c35fff7
"remove most use of RTL_CONSTASCII_USTRINGPARAM macro"

Change-Id: I2edd094cfdf9ae83d5d2a7a2ab13932277f589c1
üst f4479f54
......@@ -451,7 +451,7 @@ void aqua_init_systray()
// insert entry for startcenter
if( aModuleOptions.IsModuleInstalled( SvtModuleOptions::E_SSTARTMODULE ) )
{
appendMenuItem( pMenu, nil, pShutdownIcon->GetResString( STR_QUICKSTART_STARTCENTER ), MI_STARTMODULE, OUString( "n" ) ) );
appendMenuItem( pMenu, nil, pShutdownIcon->GetResString( STR_QUICKSTART_STARTCENTER ), MI_STARTMODULE, OUString( "n" ) );
if( [NSApp respondsToSelector: @selector(setDockIconClickHandler:)] )
[NSApp performSelector:@selector(setDockIconClickHandler:) withObject: pExecute];
else
......
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