From 85793a723370de4077cce16c13f926bd317778e9 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 30 May 2002 17:02:32 +0000 Subject: [PATCH] r2096: *** empty log message *** --- src/views.cpp | 4 ++-- upload.sh | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.34.1