From 76a34357483cebc6420615a2d687a60367e003a5 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 23 Sep 2002 21:18:45 +0000 Subject: [PATCH] No change on griddemo Added lwn to publicity doc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/publicity/publicity.txt | 2 +- samples/newgrid/griddemo.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/publicity/publicity.txt b/docs/publicity/publicity.txt index 362a44be1c..565119023c 100644 --- a/docs/publicity/publicity.txt +++ b/docs/publicity/publicity.txt @@ -32,7 +32,7 @@ comp.windows.x.motif News and links sites: ----------------------- -slashdot.org, freshmeat.net +slashdot.org, freshmeat.net, http://lwn.net/ Many of these links will be out of date now: diff --git a/samples/newgrid/griddemo.cpp b/samples/newgrid/griddemo.cpp index e512ae2354..e1820b8a53 100644 --- a/samples/newgrid/griddemo.cpp +++ b/samples/newgrid/griddemo.cpp @@ -249,6 +249,7 @@ GridFrame::GridFrame() grid->CreateGrid( 0, 0 ); grid->AppendRows(100); grid->AppendCols(100); + int ir = grid->GetNumberRows(); grid->DeleteRows(0, ir); grid->AppendRows(ir);