Mercurial > MadButterfly
diff inkscape/firefox/template/textmenu/app.c @ 454:9b8dda201ccb
Make naming convention consistent with MadButterfly.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 06 Aug 2009 09:38:51 +0800 |
parents | 7d244a85dd68 |
children | 26c302b47de1 |
line wrap: on
line diff
--- a/inkscape/firefox/template/textmenu/app.c Wed Aug 05 19:34:59 2009 +0800 +++ b/inkscape/firefox/template/textmenu/app.c Thu Aug 06 09:38:51 2009 +0800 @@ -10,7 +10,7 @@ // Put the callback function for menu select here } -void MyApp_InitContent(MBApp *app,int argc,char *argv[]) +void MyApp_InitContent(mbaf_t *app,int argc,char *argv[]) { // This function is called when the application is started. }