diff options
author | xue <> | 2006-08-05 03:18:53 +0000 |
---|---|---|
committer | xue <> | 2006-08-05 03:18:53 +0000 |
commit | 58f7aa0ebe9920d33a22b95c3f73fc4b70a75426 (patch) | |
tree | 0484713e3027c05c01582db23dec991376162dbf /framework/Web/UI/WebControls/TPanelStyle.php | |
parent | 7d868c13a401d13f8777c0db5626832ac3f3a952 (diff) |
Fixed #313.
Diffstat (limited to 'framework/Web/UI/WebControls/TPanelStyle.php')
-rw-r--r-- | framework/Web/UI/WebControls/TPanelStyle.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TPanelStyle.php b/framework/Web/UI/WebControls/TPanelStyle.php index 02f366b8..dc20806e 100644 --- a/framework/Web/UI/WebControls/TPanelStyle.php +++ b/framework/Web/UI/WebControls/TPanelStyle.php @@ -171,7 +171,7 @@ class TPanelStyle extends TStyle /**
* Sets the style attributes to default values.
* This method overrides the parent implementation by
- * resetting additional TTableStyle specific attributes.
+ * resetting additional TPanelStyle specific attributes.
*/
public function reset()
{
|