Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Office
Calligra
Commits
8f88ad97
Commit
8f88ad97
authored
Jul 17, 2011
by
Alexander Potashev
Browse files
Add context "(qtundo-format)"
parent
9a4294a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
krita/plugins/tools/defaulttools/kis_tool_brush.cc
View file @
8f88ad97
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
const
int
MAXIMUM_RATE
=
1000
;
// 1 second for rate? Just quick test
const
int
MAXIMUM_RATE
=
1000
;
// 1 second for rate? Just quick test
KisToolBrush
::
KisToolBrush
(
KoCanvasBase
*
canvas
)
KisToolBrush
::
KisToolBrush
(
KoCanvasBase
*
canvas
)
:
KisToolFreehand
(
canvas
,
KisCursor
::
load
(
"tool_freehand_cursor.png"
,
5
,
5
),
i18n
(
"Brush"
))
:
KisToolFreehand
(
canvas
,
KisCursor
::
load
(
"tool_freehand_cursor.png"
,
5
,
5
),
i18n
c
(
"(qtundo-format)"
,
"Brush"
))
{
{
setObjectName
(
"tool_brush"
);
setObjectName
(
"tool_brush"
);
...
...
krita/plugins/tools/tool_dyna/kis_tool_dyna.cpp
View file @
8f88ad97
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
#define MAXIMUM_MAGNETISM 1000
#define MAXIMUM_MAGNETISM 1000
KisToolDyna
::
KisToolDyna
(
KoCanvasBase
*
canvas
)
KisToolDyna
::
KisToolDyna
(
KoCanvasBase
*
canvas
)
:
KisToolFreehand
(
canvas
,
KisCursor
::
load
(
"tool_freehand_cursor.png"
,
5
,
5
),
i18n
(
"Dyna"
))
:
KisToolFreehand
(
canvas
,
KisCursor
::
load
(
"tool_freehand_cursor.png"
,
5
,
5
),
i18n
c
(
"(qtundo-format)"
,
"Dyna"
))
{
{
setObjectName
(
"tool_dyna"
);
setObjectName
(
"tool_dyna"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment