diff options
| author | Alexandre Prokoudine <alexandre.prokoudine@gmail.com> | 2008-02-20 08:50:40 +0000 |
|---|---|---|
| committer | prokoudine <prokoudine@users.sourceforge.net> | 2008-02-20 08:50:40 +0000 |
| commit | d0cf523b8fa70c8954d741057d4c403762b3c72b (patch) | |
| tree | f5f90c9a1a96b8b05a7edcd918152b12aab5e4f1 /src/ui/widget/panel.cpp | |
| parent | Revision: 17284 (diff) | |
| download | inkscape-d0cf523b8fa70c8954d741057d4c403762b3c72b.tar.gz inkscape-d0cf523b8fa70c8954d741057d4c403762b3c72b.zip | |
yet another contextual split
(bzr r4788)
Diffstat (limited to 'src/ui/widget/panel.cpp')
| -rw-r--r-- | src/ui/widget/panel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/panel.cpp b/src/ui/widget/panel.cpp index e6b24c14a..0b6527a5a 100644 --- a/src/ui/widget/panel.cpp +++ b/src/ui/widget/panel.cpp @@ -111,7 +111,7 @@ void Panel::_init() const char *things[] = { N_("tiny"), N_("small"), - N_("medium"), + Q_("swatches|medium"), N_("large"), N_("huge") }; |
