0001102: Updated all links to old freecad homepage and wiki to the new ones
This commit is contained in:
@@ -135,7 +135,7 @@ void SoFCOffscreenRenderer::writeToImageFile(const char* filename, const char* c
|
||||
// set keywords for PNG format
|
||||
if (file.hasExtension("PNG")) {
|
||||
img.setText(QLatin1String("Title"), QString::fromUtf8(filename));
|
||||
img.setText(QLatin1String("Author"), QLatin1String("FreeCAD (http://free-cad.sourceforge.net)"));
|
||||
img.setText(QLatin1String("Author"), QLatin1String("FreeCAD (http://www.freecadweb.org)"));
|
||||
if (strcmp(comment,"")==0)
|
||||
img.setText(QLatin1String("Description"), QLatin1String("Screenshot created by FreeCAD"));
|
||||
else if (strcmp(comment,"$MIBA")==0)
|
||||
|
||||
Reference in New Issue
Block a user