#84253# correct some help ids (don't use unresolved identifiers)

This commit is contained in:
Frank Schönheit
2001-03-12 12:20:26 +00:00
parent 6ef3f4071c
commit 0757f6f79c

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: toolbar.src,v $ * $RCSfile: toolbar.src,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: kz $ $Date: 2001-03-09 20:48:02 $ * last change: $Author: fs $ $Date: 2001-03-12 13:20:26 $
* *
* 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
@@ -181,7 +181,7 @@ ToolBox RID_BIB_TOOLBAR
ToolBoxItem ToolBoxItem
{ {
Identifier = TBC_BT_FILTERCRIT ; Identifier = TBC_BT_FILTERCRIT ;
HelpID = SID_SBA_QRY_FILTERCRIT ; HelpID = SID_FM_FILTERCRIT ;
ItemBitmap = Bitmap { File = "sc10715.bmp" ; }; ItemBitmap = Bitmap { File = "sc10715.bmp" ; };
Text = "Standard Filter" ; Text = "Standard Filter" ;
Text [ ENGLISH ] = "Standard Filter" ; Text [ ENGLISH ] = "Standard Filter" ;
@@ -210,7 +210,7 @@ ToolBox RID_BIB_TOOLBAR
ToolBoxItem ToolBoxItem
{ {
Identifier = TBC_BT_REMOVEFILTER ; Identifier = TBC_BT_REMOVEFILTER ;
HelpID = SID_SBA_QRY_REMOVEFILTER ; HelpID = SID_FM_REMOVE_FILTER_SORT ;
ItemBitmap = Bitmap { File = "sc10711.bmp" ; }; ItemBitmap = Bitmap { File = "sc10711.bmp" ; };
Text = "Filter entfernen" ; Text = "Filter entfernen" ;
Text [ ENGLISH ] = "Remove Filter" ; Text [ ENGLISH ] = "Remove Filter" ;
@@ -301,7 +301,7 @@ ToolBox RID_BIB_TOOLBAR
ToolBoxItem ToolBoxItem
{ {
Identifier = TBC_BT_NEWCARD ; Identifier = TBC_BT_NEWCARD ;
//HelpID = SID_SBA_QRY_REMOVEFILTER ; //HelpID = SID_FM_REMOVE_FILTER_SORT ;
Command = ".uno:Bib/newEntry" ; Command = ".uno:Bib/newEntry" ;
ItemBitmap = Bitmap { File = "newcard.bmp" ; }; ItemBitmap = Bitmap { File = "newcard.bmp" ; };
Text = "Neue Adresse" ; Text = "Neue Adresse" ;
@@ -328,7 +328,7 @@ ToolBox RID_BIB_TOOLBAR
ToolBoxItem ToolBoxItem
{ {
Identifier = TBC_BT_EDITCARD ; Identifier = TBC_BT_EDITCARD ;
//HelpID = SID_SBA_QRY_REMOVEFILTER ; //HelpID = SID_FM_REMOVE_FILTER_SORT ;
Command = ".uno:Bib/changeEntry" ; Command = ".uno:Bib/changeEntry" ;
ItemBitmap = Bitmap { File = "modcard.bmp" ; }; ItemBitmap = Bitmap { File = "modcard.bmp" ; };
Text = "Adresse bearbeiten" ; Text = "Adresse bearbeiten" ;
@@ -355,7 +355,7 @@ ToolBox RID_BIB_TOOLBAR
ToolBoxItem ToolBoxItem
{ {
Identifier = TBC_BT_REMOVECARD ; Identifier = TBC_BT_REMOVECARD ;
//HelpID = SID_SBA_QRY_REMOVEFILTER ; //HelpID = SID_FM_REMOVE_FILTER_SORT ;
Command = ".uno:Bib/removeEntry" ; Command = ".uno:Bib/removeEntry" ;
ItemBitmap = Bitmap { File = "remcard.bmp" ; }; ItemBitmap = Bitmap { File = "remcard.bmp" ; };
Text = "Adresse l<>schen" ; Text = "Adresse l<>schen" ;