diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2012-03-22 19:19:09 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2012-03-22 19:19:09 +0000 |
| commit | d622704efbe803d7e271bc41655dc4432a1d556e (patch) | |
| tree | 7089850074cf5568beaf3375dcff87bc3c57d264 /src/util | |
| parent | UI. Fix for bug #962002 (<image> context menu item Edit externally… ignores... (diff) | |
| download | inkscape-d622704efbe803d7e271bc41655dc4432a1d556e.tar.gz inkscape-d622704efbe803d7e271bc41655dc4432a1d556e.zip | |
UI. Patch for Bug #666370 (Not all units in the Object Transform dialog are translatable) by Fernando Lucchesi.
Fixed bugs:
- https://launchpad.net/bugs/666370
(bzr r11116)
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/units.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/units.h b/src/util/units.h index d45109a8f..b22bdb1f2 100644 --- a/src/util/units.h +++ b/src/util/units.h @@ -32,6 +32,8 @@ enum UnitType { UNIT_TYPE_NONE = -1 }; +const char DEG[] = "°"; + class Unit { public: Glib::ustring name; |
