From d67e506396292994affb5fc90a7c40a3a368f74e Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Wed, 22 Nov 2006 14:37:18 +0000 Subject: [PATCH] comment clarification. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16010 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/Application.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontends/Application.h b/src/frontends/Application.h index 05d0cbc336..f939b65ef8 100644 --- a/src/frontends/Application.h +++ b/src/frontends/Application.h @@ -52,9 +52,9 @@ common to all frontends. The BufferView is a tool used by the view that translates a part of the Buffer contents into drawing routines. The BufferView asks each inset of the Buffer to draw itself onto the screen using the Painter. - There is only Buffer loaded per BufferView. While there is the - possibility to switch Buffer inside the BufferView, the goal is to - instantiate a new BufferView on each Buffer switch. + There can be only one Buffer displayed in a BufferView. While there + is the possibility to switch Buffer inside the BufferView, the goal + is to instantiate a new BufferView on each Buffer switch. \todo Instantiate a new BufferView on each Buffer switch. -- 2.39.2