--- fotoxx-15.02.old/fotoxx-15.02.cc +++ fotoxx-15.02/fotoxx-15.02.cc @@ -416,7 +416,7 @@ if (! Ffirsttime && ! strmatch(Prelease,Frelease)) { // Fotoxx release change zmessLogACK(Mwin,"fotoxx new release %s",Frelease); Prelease = zstrdup(Frelease); - showz_textfile("doc","changelog"); +// showz_textfile("doc","changelog"); } // delete fotoxx tempdir files if owner process is no longer running @@ -6009,24 +6009,12 @@ if (strmatch(menu,ZTX("User Guide Changes"))) showz_userguide("changes"); - if (strmatch(menu,ZTX("README"))) - showz_textfile("doc","README"); - if (strmatch(menu,ZTX("Edit Functions Summary"))) showz_textfile("data","edit-menus"); - if (strmatch(menu,ZTX("Change Log"))) - showz_textfile("doc","changelog"); - if (strmatch(menu,ZTX("Log File"))) showz_logfile(); - if (strmatch(menu,ZTX("Translations"))) - showz_textfile("doc","translations"); - - if (strmatch(menu,ZTX("Home Page"))) - showz_html(Fhomepage); - if (strmatch(menu,ZTX("About"))) zmessageACK(Mwin,"Fotoxx"," %s\n %s\n %s\n %s\n %s\n %s\n", Frelease,Flicense,Fhomepage,Fsoftware,Fcontact,Ftranslators); @@ -6036,6 +6024,3 @@ return; } - - -