From: Kevin M. Rosenberg Date: Thu, 30 May 2002 17:02:32 +0000 (+0000) Subject: r2096: *** empty log message *** X-Git-Tag: debian-4.5.3-3~232 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=85793a723370de4077cce16c13f926bd317778e9 r2096: *** empty log message *** --- diff --git a/src/views.cpp b/src/views.cpp index 5c3c0d0..1b54cbb 100644 --- a/src/views.cpp +++ b/src/views.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: views.cpp,v 1.155 2002/05/05 14:22:44 kevin Exp $ +** $Id: views.cpp,v 1.156 2002/05/30 17:02:32 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -1987,7 +1987,7 @@ PhantomCanvas::GetBestSize() const #ifdef CTSIM_MDI ySize = xSize = (xSize / 4); #else - xSize = ySize = ySize * .7; + xSize = ySize = static_cast(ySize * .7); #endif return wxSize (xSize, ySize); diff --git a/upload.sh b/upload.sh index e6c546e..47d1280 100755 --- a/upload.sh +++ b/upload.sh @@ -56,6 +56,8 @@ fi scp ${DEBPKG}_${DEBVERSION}.diff.gz ${DEBIAN_DIR} scp ${DEBPKG}_${DEBVERSION}.dsc ${DEBIAN_DIR} scp ${DEBPKG}_${DEBVERSION}_*.deb ${DEBIAN_DIR} +scp ${DEBPKG}-doc_${DEBVERSION}_*.deb ${DEBIAN_DIR} +scp ${DEBPKG}-help_${DEBVERSION}_*.deb ${DEBIAN_DIR} scp ${DEBPKG}_${DEBVERSION}_*.changes ${DEBIAN_DIR} # upload last popd > /dev/null