Viswin cerca l'editor nella variabile 'txt' del paragrafo 'Link' del

file prassi.ini


git-svn-id: svn://10.65.10.50/trunk@508 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
villa 1994-11-02 08:47:25 +00:00
parent fd95ce86d6
commit 82ea72349f
3 changed files with 19 additions and 18 deletions

View File

@ -1,4 +1,4 @@
// $Id: printapp.cpp,v 1.13 1994-10-24 15:06:37 guy Exp $ // $Id: printapp.cpp,v 1.14 1994-11-02 08:47:08 villa Exp $
#include <ctype.h> #include <ctype.h>
#include <stdarg.h> #include <stdarg.h>

View File

@ -908,6 +908,7 @@ bool TPrinter::printrow (TPrintrow * rowtoprint)
if (_printertype == winprinter) if (_printertype == winprinter)
{ {
// add line to txt // add line to txt
// CHECK balla colori
if (!_frozen) if (!_frozen)
_txt.append (rw); _txt.append (rw);
return TRUE; return TRUE;

View File

@ -1733,8 +1733,8 @@ default:
bool TViswin::call_editor () bool TViswin::call_editor ()
{ {
TConfig cnf (CONFIG_STUDIO, "Main"); TConfig cnf (CONFIG_GENERAL, "Link");
TString editor (cnf.get ("Editor")); TString editor (cnf.get ("txt"));
bool ok = FALSE; bool ok = FALSE;