Opened 11 years ago
Closed 11 years ago
#2186 closed defect (fixed)
missing ) in ./lib/ogsf/gsd_legend.c
Reported by: | yarma | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 6.4.4 |
Component: | LibOpenGL | Version: | svn-trunk |
Keywords: | Cc: | ||
CPU: | All | Platform: | All |
Description
in the file lib/ogsf/gsd_legend.c line 384, there is a ) missing before the closing "
currently G_warning(_("Unable to show discrete FP range (use list")); should be G_warning(_("Unable to show discrete FP range (use list)"));
this typo affect all branch (6.4.4 and 7)
Change History (1)
comment:1 by , 11 years ago
Component: | Default → LibOpenGL |
---|---|
Milestone: | → 6.4.4 |
Priority: | normal → minor |
Resolution: | → fixed |
Status: | new → closed |
Version: | → svn-trunk |
Note:
See TracTickets
for help on using tickets.
thanks, fixed in all branches.
Hamish