Kaydet (Commit) 40b0c16b authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS xmlsec08 (1.11.24); FILE MERGED

2005/03/03 13:03:00 mt 1.11.24.2: RESYNC: (1.11-1.12); FILE MERGED
2005/01/21 05:40:22 pb 1.11.24.1: fix: #i40104# add 'Signed' hint on title
üst 89c5006d
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: basides2.cxx,v $ * $RCSfile: basides2.cxx,v $
* *
* $Revision: 1.12 $ * $Revision: 1.13 $
* *
* last change: $Author: vg $ $Date: 2005-02-24 16:58:42 $ * last change: $Author: vg $ $Date: 2005-03-10 17:59:06 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -198,6 +198,14 @@ void BasicIDEShell::SetMDITitle() ...@@ -198,6 +198,14 @@ void BasicIDEShell::SetMDITitle()
aTitle = String( IDEResId( RID_STR_ALL ) ); aTitle = String( IDEResId( RID_STR_ALL ) );
} }
if ( m_pCurShell &&
m_pCurShell->GetScriptingSignatureState() == SIGNATURESTATE_SIGNATURES_OK )
{
aTitle += String::CreateFromAscii( " " );
aTitle += String( IDEResId( RID_STR_SIGNED ) );
aTitle += String::CreateFromAscii( " " );
}
SfxViewFrame* pViewFrame = GetViewFrame(); SfxViewFrame* pViewFrame = GetViewFrame();
if ( pViewFrame ) if ( pViewFrame )
{ {
......
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