summaryrefslogtreecommitdiffstats
path: root/src/ui/edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/edit.h')
-rw-r--r--src/ui/edit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/edit.h b/src/ui/edit.h
index acdf72c..9484fc8 100644
--- a/src/ui/edit.h
+++ b/src/ui/edit.h
@@ -89,7 +89,7 @@ enum OperUndo
struct ImageLine
{
- //! name of the image (without diagram \)
+ //! name of the image (without icons/)
std::string name;
//! vertical offset (v texture)
float offset;
@@ -101,7 +101,7 @@ struct ImageLine
struct HyperLink
{
- //! text file name (without help \)
+ //! text file name (without help/)
std::string name;
//! name of the marker
std::string marker;