diff options
author | renatofilho <renato.filho@openbossa.org> | 2010-10-13 19:03:37 -0300 |
---|---|---|
committer | renatofilho <renato.filho@openbossa.org> | 2010-10-14 12:06:23 -0300 |
commit | 8f1bb6ffe00723f1f61fefc3f9175a414b2f736e (patch) | |
tree | d7b070cc030f6862f3ba2ab55de977e3c23fd07b | |
parent | 3ad81fcdaaa9155a83f0d9112ba6f0b324312346 (diff) | |
download | pyside-8f1bb6ffe00723f1f61fefc3f9175a414b2f736e.tar.gz pyside-8f1bb6ffe00723f1f61fefc3f9175a414b2f736e.tar.xz pyside-8f1bb6ffe00723f1f61fefc3f9175a414b2f736e.zip |
Fixed typo on typesystem used in doc generator.
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
-rw-r--r-- | doc/typesystem_doc.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/typesystem_doc.xml.in b/doc/typesystem_doc.xml.in index 2ed2068..0598933 100644 --- a/doc/typesystem_doc.xml.in +++ b/doc/typesystem_doc.xml.in @@ -48,9 +48,9 @@ <load-typesystem name="typesystem_maemo5.xml" generate="yes" /> @end_Maemo5@ - @if_Multimedia@ + @if_QtMultimedia@ <load-typesystem name="typesystem_multimedia.xml" generate="yes" /> - @end_Multimedia@ + @end_QtMultimedia@ @if_QtDeclarative@ <load-typesystem name="typesystem_declarative.xml" generate="yes"/> |