diff --git a/forms/source/component/ImageButton.cxx b/forms/source/component/ImageButton.cxx index 0a1f2491ab9b..a947f7af6c0f 100644 --- a/forms/source/component/ImageButton.cxx +++ b/forms/source/component/ImageButton.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ImageButton.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: oj $ $Date: 2002-12-02 12:57:25 $ + * last change: $Author: vg $ $Date: 2003-05-22 10:47:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,6 +114,7 @@ OImageButtonModel::OImageButtonModel( const OImageButtonModel* _pOriginal, const :OImageModel( _pOriginal, _rxFactory ) { DBG_CTOR(OImageButtonModel, NULL); + implInitializeImageURL(); } //------------------------------------------------------------------------------