2007-09-10 03:38 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* source/rtl/scrollbr.prg
   * source/rtl/tpopup.prg
     % Removed two no more needed classname override lines.
This commit is contained in:
Viktor Szakats
2007-09-10 01:39:35 +00:00
parent 69d03ea37e
commit c7477716f2
3 changed files with 5 additions and 4 deletions

View File

@@ -8,6 +8,11 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-09-10 03:38 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* source/rtl/scrollbr.prg
* source/rtl/tpopup.prg
% Removed two no more needed classname override lines.
2007-09-10 03:28 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* source/rtl/color53.prg
! Fixed ApplyDefau().

View File

@@ -69,8 +69,6 @@ CREATE CLASS SCROLLBAR FUNCTION HBScrollBar
EXPORT:
VAR ClassName INIT "SCROLLBAR"
VAR cargo
METHOD barLength() SETGET

View File

@@ -70,8 +70,6 @@ CREATE CLASS POPUPMENU FUNCTION HBPopUpMenu
EXPORT:
VAR ClassName INIT "POPUPMENU"
VAR cargo
#ifdef HB_EXTENSION
VAR shadowed INIT .F. AS LOGICAL /* NOTE: This method is a Harbour extension [vszakats] */