diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-11-01 08:45:51 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-11-01 08:45:51 +0000 |
| commit | c489bc15c52d89abeffd8efc6a06c950bce44e0d (patch) | |
| tree | 926a8d8e3d1d75e30022b1ea7bb4ffafca75e798 /src | |
| parent | Prevent context menu and keyboard shortcuts from interrupting grabs (diff) | |
| download | inkscape-c489bc15c52d89abeffd8efc6a06c950bce44e0d.tar.gz inkscape-c489bc15c52d89abeffd8efc6a06c950bce44e0d.zip | |
i18n. Color palette items are now translatable (see Bug #667402, Color palette not translatable).
Fixed bugs:
- https://launchpad.net/bugs/667402
(bzr r9870)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/swatches.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/swatches.cpp b/src/ui/dialog/swatches.cpp index 29e480e24..1747556ee 100644 --- a/src/ui/dialog/swatches.cpp +++ b/src/ui/dialog/swatches.cpp @@ -436,7 +436,7 @@ void _loadPaletteFile( gchar const *filename ) if ( !hasErr && *ptr ) { char* n = trim(ptr); if (n != NULL) { - name = n; + name = _(n); } } if ( !hasErr ) { |
