mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed bug with --+Text+--
SVN revision: 1964
This commit is contained in:
parent
0e48192608
commit
103862310f
@ -18254,7 +18254,7 @@ void show_elog_list(LOGBOOK * lbs, int past_n, int last_n, int page_n, BOOL defa
|
||||
subst_param(str, sizeof(str), "subtext", "");
|
||||
found = 1;
|
||||
}
|
||||
sprintf(ref, "-- %s --", "subtext");
|
||||
sprintf(ref, "-- %s --", loc("Text"));
|
||||
if (strieq(getparam("subtext"), ref)) {
|
||||
subst_param(str, sizeof(str), "subtext", "");
|
||||
found = 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user