diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-02 08:31:20 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-02 17:46:23 +0200 |
commit | eb755bc603411f17aff9edb4cd1e3dcb6249fb5d (patch) | |
tree | 5f2efe4b04e8712bca25b1bd98389533bcc1730e /starmath | |
parent | dcf586ff817af73270899f233b26525306120a0c (diff) |
hrc cleanup: Remove unused defines
Rename GID_FORMEL to GID_MATH. GID_FORMEL was a compatibility alias
for the new res string GID_MATH.
Change-Id: I9a5a6972988353ffc001ecac1a746b59d09cb6cb
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/smres.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/smres.src b/starmath/source/smres.src index 2dea5fd6fa20..e045b51697a2 100644 --- a/starmath/source/smres.src +++ b/starmath/source/smres.src @@ -1405,7 +1405,7 @@ String RID_UNDOFORMATNAME { Text = "Format" ; }; -String GID_FORMEL +String GID_MATH { Text = "StarMath" ; }; |