From 41fe8530d1c1c83e1db207dae2f0be83e7426ce9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 3 Sep 2004 23:55:25 +0000 Subject: show size of sample cache in stat window show size in sample window git-svn-id: file:///home/lennart/svn/public/paman/trunk@28 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- src/SampleWindow.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/SampleWindow.hh') diff --git a/src/SampleWindow.hh b/src/SampleWindow.hh index 61c8535..a7c99dd 100644 --- a/src/SampleWindow.hh +++ b/src/SampleWindow.hh @@ -17,7 +17,8 @@ public: *indexLabel, *volumeLabel, *sampleTypeLabel, - *durationLabel; + *durationLabel, + *sizeLabel; Gtk::Button *closeButton; -- cgit