diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-11-30 08:44:35 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-11-30 08:44:35 +0000 |
commit | 900e04fff3c7ef75917bcb6b039f71f817774702 (patch) | |
tree | e53ff028184a59fbcb519bf6a9b002b1305de1c0 /src/options | |
parent | db9085af71795942fac7ce7e7675b0891ed354ba (diff) | |
download | zetacomponents-graph-900e04fff3c7ef75917bcb6b039f71f817774702.zip zetacomponents-graph-900e04fff3c7ef75917bcb6b039f71f817774702.tar.gz |
- Resolved: Issue #9543 (Rename Ming driver to Flash in the Graph component)
Diffstat (limited to 'src/options')
-rw-r--r-- | src/options/flash_driver.php (renamed from src/options/ming_driver.php) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/ming_driver.php b/src/options/flash_driver.php index 78a9ade..d1294d2 100644 --- a/src/options/ming_driver.php +++ b/src/options/flash_driver.php @@ -1,6 +1,6 @@ <?php /** - * File containing the ezcGraphMingDriverOption class + * File containing the ezcGraphFlashDriverOption class * * @package Graph * @version //autogentag// @@ -19,7 +19,7 @@ * * @package Graph */ -class ezcGraphMingDriverOptions extends ezcGraphDriverOptions +class ezcGraphFlashDriverOptions extends ezcGraphDriverOptions { /** * Constructor |