Changeset 1008 for trunk/lib/Configuration.cc
- Timestamp:
- Jan 3, 2010, 7:36:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Configuration.cc
r1003 r1008 19 19 along with svndigest. If not, see <http://www.gnu.org/licenses/>. 20 20 */ 21 22 #include <config.h> 21 23 22 24 #include "Configuration.h" … … 448 450 449 451 dictionary_ = VectorPair(1, std::make_pair("*.in", "$1")); 450 image_format_ = " png";452 image_format_ = "none"; 451 453 image_anchor_format_ = "png"; 452 454 }
Note: See TracChangeset
for help on using the changeset viewer.