summaryrefslogtreecommitdiffstats
path: root/src/graph_autoload.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-11-30 08:44:35 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-11-30 08:44:35 +0000
commit900e04fff3c7ef75917bcb6b039f71f817774702 (patch)
treee53ff028184a59fbcb519bf6a9b002b1305de1c0 /src/graph_autoload.php
parentdb9085af71795942fac7ce7e7675b0891ed354ba (diff)
downloadzetacomponents-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.php8
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',
OpenPOWER on IntegriCloud