diff options
author | Tino Rachui <tra@openoffice.org> | 2002-12-05 20:21:15 +0000 |
---|---|---|
committer | Tino Rachui <tra@openoffice.org> | 2002-12-05 20:21:15 +0000 |
commit | 243f2dd2bc6d1653fa015ca3e889ff497267e0e8 (patch) | |
tree | fe052b7f91288c93d941672a73594d074e615a43 | |
parent | b851a90e1c53ab02e4d0f0cbaf6377e63da50e86 (diff) |
#i8633#changed message box title from Sun Microsystems to OpenOffice.org...
-rw-r--r-- | sal/osl/w32/dllentry.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/w32/dllentry.c b/sal/osl/w32/dllentry.c index 90dae9d3d..04e6e53c5 100644 --- a/sal/osl/w32/dllentry.c +++ b/sal/osl/w32/dllentry.c @@ -2,9 +2,9 @@ * * $RCSfile: dllentry.c,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: hro $ $Date: 2002-08-14 11:21:19 $ + * last change: $Author: tra $ $Date: 2002-12-05 21:21:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -131,7 +131,7 @@ static sal_Bool showMessage(int MessageId) MessageBox( NULL, pStr, - "Sun Microsystems - System Abstraction Layer", + "OpenOffice.org - System Abstraction Layer", MB_OK | MB_ICONWARNING | MB_TASKMODAL ); return ( sal_True ); |