Explorar el Código

cmScoreMatchGraphic.c : Changed score0.css to cmScoreMatchGraphic.css.

master
kevin hace 7 años
padre
commit
1b2054bf10
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app/cmScoreMatchGraphic.c

+ 1
- 1
app/cmScoreMatchGraphic.c Ver fichero

@@ -538,7 +538,7 @@ cmSmgRC_t cmScoreMatchGraphicWrite( cmSmgH_t h, const cmChar_t* fn )
538 538
   svgHeight += 10; // add a right and lower border
539 539
   svgWidth  += 10;
540 540
 
541
-  cmFilePrintf(fH,"<!DOCTYPE html>\n<html>\n<head><link rel=\"stylesheet\" type=\"text/css\" href=\"score0.css\"></head><body>\n<svg width=\"%i\" height=\"%i\">\n",svgWidth,svgHeight);
541
+  cmFilePrintf(fH,"<!DOCTYPE html>\n<html>\n<head><link rel=\"stylesheet\" type=\"text/css\" href=\"cmScoreMatchGraphic.css\"></head><body>\n<svg width=\"%i\" height=\"%i\">\n",svgWidth,svgHeight);
542 542
 
543 543
   for(i=0; i<p->locN; ++i)
544 544
   {

Loading…
Cancelar
Guardar