diff --git a/embeddable/index.html b/embeddable/index.html index 4389e59..ca70abd 100644 --- a/embeddable/index.html +++ b/embeddable/index.html @@ -19,18 +19,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/website/include/importerapp.js b/website/include/importerapp.js index 60824c4..eca88cd 100644 --- a/website/include/importerapp.js +++ b/website/include/importerapp.js @@ -32,7 +32,7 @@ ImporterApp.prototype.Init = function () var myThis = this; var top = document.getElementById ('top'); var importerButtons = new ImporterButtons (top); - importerButtons.AddLogo ('Online 3D Viewer 0.2', function () { myThis.WelcomeDialog (); }); + importerButtons.AddLogo ('Online 3D Viewer v 0.2', function () { myThis.WelcomeDialog (); }); importerButtons.AddButton ('images/openfile.png', 'Open File', function () { myThis.OpenFile (); }); importerButtons.AddButton ('images/fitinwindow.png', 'Fit In Window', function () { myThis.FitInWindow (); }); importerButtons.AddButton ('images/fixup.png', 'Enable/Disable Fixed Up Vector', function () { myThis.SetFixUp (); });