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/graph_autoload.php | |
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/graph_autoload.php')
-rw-r--r-- | src/graph_autoload.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/graph_autoload.php b/src/graph_autoload.php index 11c7ec2..5ba3f02 100644 --- a/src/graph_autoload.php +++ b/src/graph_autoload.php @@ -55,10 +55,10 @@ return array( 'ezcGraphSvgDriverOptions' => 'Graph/options/svg_driver.php', 'ezcGraphSvgDriverInvalidIdException' => 'Graph/exceptions/invalid_id.php', 'ezcGraphVerboseDriver' => 'Graph/driver/verbose.php', - 'ezcGraphMingDriver' => 'Graph/driver/ming.php', - 'ezcGraphMingDriverOptions' => 'Graph/options/ming_driver.php', - 'ezcGraphMingBitmapTypeException' => 'Graph/exceptions/ming_bitmap_type.php', - 'ezcGraphMingBitmapBoundingsException' => 'Graph/exceptions/ming_bitmap_boundings.php', + 'ezcGraphFlashDriver' => 'Graph/driver/flash.php', + 'ezcGraphFlashDriverOptions' => 'Graph/options/flash_driver.php', + 'ezcGraphFlashBitmapTypeException' => 'Graph/exceptions/flash_bitmap_type.php', + 'ezcGraphFlashBitmapBoundingsException' => 'Graph/exceptions/flash_bitmap_boundings.php', 'ezcGraphPalette' => 'Graph/interfaces/palette.php', 'ezcGraphPaletteTango' => 'Graph/palette/tango.php', |