Commit 6698e1a7 authored by claes's avatar claes

*** empty log message ***

parent 49549a65
......@@ -100,5 +100,10 @@
080318 cs wb Bugfix in cast. Internal references wasn't updated correctly.
080403 cs wb New command 'print/pdf/all' to print all plcpgm's to pdf-files. Also a html file with links to the files is written.
080407 cs wb Stolen database lock detected and save inhibited.
080414 cs wb Bugfix in build volume, crossreferences wasn'n updated.
080418 cs wb Config file for BerkeleyDb with lk_max_locks and lk_max_objects (db.cnf).
\ No newline at end of file
080414 cs wb Bugfix in build volume, crossreferences wasn't updated.
080418 cs wb Config file for BerkeleyDb with lk_max_locks and lk_max_objects (db.cnf).
080429 cs wb Problems with lost selection when command input is opened fixed.
080429 cs wb Syntax check in GlobalVolumeList added.
080429 cs wb Default thread object set in PlcPgm object at creation time.
080528 cs wb New crossreference list format.
080529 cs wb New command 'create crossreferencefiles' replaces 'create rttfiles'.
/*
* Proview $Id: wb_nrep.cpp,v 1.16 2007-11-22 13:11:21 claes Exp $
* Proview $Id: wb_nrep.cpp,v 1.17 2008-05-29 14:55:56 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -794,7 +794,7 @@ char *wb_nrep::normName( int ntype, char *res)
char *wb_nrep::nameName(const char *n, int ntype, char *res)
{
static char result[200];
static char result[512];
int colon_added = 0;
if ( !res)
......
......@@ -93,3 +93,5 @@
080505 cs brow Min and maxvalues for scrollbar adjusted.
080513 cs ge Journal file and undo/redo implemented.
080513 cs ge Delete added to menu, accelerator Ctrl+D moved from show grid to delete.
080529 cs xtt Bugfix in display object, didn't work for local mounted volumes,
and attributes in subclasses wasn't selected.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment