fixed typos.
This commit is contained in:
@@ -52,7 +52,7 @@ sudo gwbuild -i
|
|||||||
AQDG_Object_SetWidth(graphObject, 800);
|
AQDG_Object_SetWidth(graphObject, 800);
|
||||||
AQDG_Object_SetHeight(graphObject, 600);
|
AQDG_Object_SetHeight(graphObject, 600);
|
||||||
|
|
||||||
/* use default pens and graphs */
|
/* use default pens and fonts */
|
||||||
AQDG_GraphWidget_SetupDefaultPens(graphObject);
|
AQDG_GraphWidget_SetupDefaultPens(graphObject);
|
||||||
AQDG_GraphWidget_SetupDefaultFonts(graphObject);
|
AQDG_GraphWidget_SetupDefaultFonts(graphObject);
|
||||||
|
|
||||||
@@ -96,7 +96,7 @@ sudo gwbuild -i
|
|||||||
AQDG_Object_SetWidth(graphObject, 800);
|
AQDG_Object_SetWidth(graphObject, 800);
|
||||||
AQDG_Object_SetHeight(graphObject, 600);
|
AQDG_Object_SetHeight(graphObject, 600);
|
||||||
|
|
||||||
/* use default pens and graphs */
|
/* use default pens and fonts */
|
||||||
AQDG_GraphWidget_SetupDefaultPens(graphObject);
|
AQDG_GraphWidget_SetupDefaultPens(graphObject);
|
||||||
AQDG_GraphWidget_SetupDefaultFonts(graphObject);
|
AQDG_GraphWidget_SetupDefaultFonts(graphObject);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user