aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_painter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_painter.cpp')
-rw-r--r--src/modules/objects/class_painter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_painter.cpp b/src/modules/objects/class_painter.cpp
index bc2e41182..04ea9aa0c 100644
--- a/src/modules/objects/class_painter.cpp
+++ b/src/modules/objects/class_painter.cpp
@@ -364,7 +364,7 @@ const char * const brushstyles_tbl[] = {
}[br]
[br]
%Hello=$new(hello)[br]
- %Hello->$setcaption("Painter effects" );[br]
+ %Hello->$setWindowTitle("Painter effects" );[br]
%Hello->$setFont(28,"times",bold);[br]
%Btn=$new(button,%Hello)[br]
%Btn->$setmaximumwidth(80)[br]