diff options
author | ctrlaltca@gmail.com <> | 2011-06-02 19:48:27 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-06-02 19:48:27 +0000 |
commit | 9746c51a2f1e063b1eb4930e926baa636d5db33f (patch) | |
tree | d28f38c61b493a496bc2fff5063c6296bcd05442 | |
parent | 91cb43a795263a69000564be15155e96dfdca29f (diff) |
small fix: remove duplicated TabPanel from pdf
-rw-r--r-- | buildscripts/texbuilder/quickstart/pages.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/texbuilder/quickstart/pages.php b/buildscripts/texbuilder/quickstart/pages.php index a1e44097..a99a2a35 100644 --- a/buildscripts/texbuilder/quickstart/pages.php +++ b/buildscripts/texbuilder/quickstart/pages.php @@ -84,7 +84,6 @@ $pages['Control Reference : Standard Controls'] = array( 'Controls/SafeHtml.page',
'Controls/Slider.page',
'Controls/Statements.page',
- 'Controls/TabPanel.page',
'Controls/Table.page',
'Controls/TabPanel.page',
'Controls/TextBox.page',
|