mirror of https://github.com/CGAL/cgal
Backport from trunk:
| ------------------------------------------------------------------------ | r57993 | lrineau | 2010-08-11 18:02:00 +0200 (Wed, 11 Aug 2010) | 5 lines | | Massive change in all .qrc files: the attribute lang= must not be used. It | must be only used to create an alternative for another lang. If a resource | exists only with lang=, then that resource will not be found if the locale | had not that language. | | ------------------------------------------------------------------------
This commit is contained in:
parent
af3ad196a0
commit
225672765a
|
|
@ -59,7 +59,7 @@
|
|||
<qresource prefix="/cgal/Actions" >
|
||||
<file>icons/union.xpm</file>
|
||||
</qresource>
|
||||
<qresource prefix="/cgal" lang="en" >
|
||||
<qresource prefix="/cgal" >
|
||||
<file>help/index.html</file>
|
||||
</qresource>
|
||||
<qresource prefix="/cgal/Input" >
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<qresource prefix="/cgal/Actions" >
|
||||
<file>icons/min_circle.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/cgal/help" lang="en" >
|
||||
<qresource prefix="/cgal/help" >
|
||||
<file alias="about_CGAL.html" >../resources/about_CGAL.html</file>
|
||||
<file>about_Bounding_volumes.html</file>
|
||||
</qresource>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<RCC>
|
||||
<qresource prefix="/cgal/help" lang="en" >
|
||||
<qresource prefix="/cgal/help" >
|
||||
<file>about_Circular_kernel_2.html</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<RCC>
|
||||
<qresource prefix="/cgal/help" lang="en" >
|
||||
<qresource prefix="/cgal/help" >
|
||||
<file alias="about_CGAL.html" >../resources/about_CGAL.html</file>
|
||||
<file>about_Generator_2.html</file>
|
||||
</qresource>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<RCC>
|
||||
<qresource prefix="/cgal/help" lang="en" >
|
||||
<qresource prefix="/cgal/help" >
|
||||
<file alias="about_CGAL.html" >../resources/about_CGAL.html</file>
|
||||
<file>about_Polygon_2.html</file>
|
||||
</qresource>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<file>icons/constrained_triangulation_show_constraints.png</file>
|
||||
<file>icons/constrained_triangulation.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/cgal/help" lang="en" >
|
||||
<qresource prefix="/cgal/help" >
|
||||
<file alias="about_CGAL.html" >../resources/about_CGAL.html</file>
|
||||
<file>about_Segment_voronoi_2.html</file>
|
||||
</qresource>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<file>icons/constrained_triangulation_show_constraints.png</file>
|
||||
<file>icons/constrained_triangulation.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/cgal/help" lang="en" >
|
||||
<qresource prefix="/cgal/help" >
|
||||
<file alias="about_CGAL.html" >../resources/about_CGAL.html</file>
|
||||
<file>about_Constrained_Delaunay_triangulation_2.html</file>
|
||||
</qresource>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<file>icons/triangulation.png</file>
|
||||
<file>icons/circumcenter.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/cgal/help" lang="en" >
|
||||
<qresource prefix="/cgal/help" >
|
||||
<file alias="about_CGAL.html" >../resources/about_CGAL.html</file>
|
||||
<file>about_Delaunay_triangulation_2.html</file>
|
||||
</qresource>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<RCC>
|
||||
<qresource prefix="/cgal/Actions" />
|
||||
<qresource prefix="/cgal/help" lang="en" >
|
||||
<qresource prefix="/cgal/help" >
|
||||
<file alias="about_CGAL.html" >../resources/about_CGAL.html</file>
|
||||
<file>about_Regular_triangulation_2.html</file>
|
||||
</qresource>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<RCC>
|
||||
<qresource prefix="/cgal/help" lang="en" >
|
||||
<qresource prefix="/cgal/help" >
|
||||
<file>about_CGAL.html</file>
|
||||
</qresource>
|
||||
<qresource prefix="/cgal/logos">
|
||||
|
|
|
|||
Loading…
Reference in New Issue