[qet] qet/qet: [5418] title block editor : show 'projecttitle' as available value |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 5418
Author: blacksun
Date: 2018-06-29 22:36:21 +0200 (Fri, 29 Jun 2018)
Log Message:
-----------
title block editor : show 'projecttitle' as available value
Modified Paths:
--------------
trunk/sources/titleblock/templatecellwidget.cpp
Modified: trunk/sources/titleblock/templatecellwidget.cpp
===================================================================
--- trunk/sources/titleblock/templatecellwidget.cpp 2018-06-29 07:55:48 UTC (rev 5417)
+++ trunk/sources/titleblock/templatecellwidget.cpp 2018-06-29 20:36:21 UTC (rev 5418)
@@ -444,6 +444,7 @@
"<li>%{folio} : indications relatives au folio</li>"
"<li>%{folio-id} : position du folio dans le projet</li>"
"<li>%{folio-total} : nombre total de folios dans le projet</li>"
+ "<li>%{projecttitle} : titre du projet</li>"
"</ul>"
);
return(def_var_string);