diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-04-26 11:22:40 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-04-26 11:22:40 +0000 |
commit | 6d89c6ee2d33a659e05ccb258afd0651a187f0d3 (patch) | |
tree | 899dbe42e8431b460cfe8692498b4723a40e8be0 /soldep | |
parent | 0728f088f36b4efe0f760d5209ad287072d7b6b8 (diff) |
identifier renamed
Diffstat (limited to 'soldep')
-rw-r--r-- | soldep/source/soldlg.src | 15 | ||||
-rw-r--r-- | soldep/source/tbox.cxx | 8 |
2 files changed, 11 insertions, 12 deletions
diff --git a/soldep/source/soldlg.src b/soldep/source/soldlg.src index 64e0b42a4b33..6e01380d0df0 100644 --- a/soldep/source/soldlg.src +++ b/soldep/source/soldlg.src @@ -5,9 +5,9 @@ * * $RCSfile: soldlg.src,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-04-20 15:16:35 $ + * last change: $Author: obo $ $Date: 2006-04-26 12:22:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -331,7 +331,7 @@ ToolBox TID_SOLDEP_MAIN Checkable = TRUE; ItemBitmap = Bitmap { - File = "dt_zurueck.png"; + File = "dt_back.png"; }; }; ToolBoxItem @@ -351,17 +351,16 @@ ToolBox TID_SOLDEP_MAIN }; /*****************************************************************************/ -Bitmap BMP_SMALL_PIN_PINED +Bitmap TID_SMALL_PIN_PINED /*****************************************************************************/ { - File = "bs_pined.png"; + File = "dt_pined.png"; }; /*****************************************************************************/ -Bitmap BMP_SMALL_PIN_UNPINED +Bitmap TID_SMALL_PIN_UNPINED /*****************************************************************************/ { - File = "bs_unpined.png"; + File = "dt_unpined.png"; }; - diff --git a/soldep/source/tbox.cxx b/soldep/source/tbox.cxx index 740acdc82b64..f4beb5add610 100644 --- a/soldep/source/tbox.cxx +++ b/soldep/source/tbox.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tbox.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: obo $ $Date: 2006-04-20 15:07:13 $ + * last change: $Author: obo $ $Date: 2006-04-26 12:22:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -47,8 +47,8 @@ SoldepToolBox::SoldepToolBox( Window* pParent, const ResId& aId, BOOL bDAble ) : bDockable( bDAble ), bCloseMode( FALSE ), bBoxIsVisible( TRUE ), - aPinedBitmap( DtSodResId( BMP_SMALL_PIN_PINED )), // BMP_SMALL_PIN_PINED - aUnpinedBitmap( DtSodResId( BMP_SMALL_PIN_UNPINED )), // BMP_SMALL_PIN_UNPINED + aPinedBitmap( DtSodResId( TID_SMALL_PIN_PINED )), // BMP_SMALL_PIN_PINED + aUnpinedBitmap( DtSodResId( TID_SMALL_PIN_UNPINED )), // BMP_SMALL_PIN_UNPINED bPinable( TRUE ) { bPinable = TRUE; |