diff options
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/strings.hrc | 1 | ||||
-rw-r--r-- | starmath/inc/strings.hxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/starmath/inc/strings.hrc b/starmath/inc/strings.hrc index daa90f02545d..ab85c5b49aa6 100644 --- a/starmath/inc/strings.hrc +++ b/starmath/inc/strings.hrc @@ -269,6 +269,7 @@ #define RID_NABLA_HELP NC_("RID_NABLA_HELP", "Nabla" ) #define RID_LAPLACE_HELP NC_("RID_LAPLACE_HELP", "Laplace transform" ) #define RID_FOURIER_HELP NC_("RID_FOURIER_HELP", "Fourier transform" ) +#define RID_BACKEPSILON_HELP NC_("RID_BACKEPSILON_HELP", "Backwards epsilon" ) #define RID_WP_HELP NC_("RID_WP_HELP", "Weierstrass p" ) #define RID_DOTSAXIS_HELP NC_("RID_DOTSAXIS_HELP", "Dots In Middle" ) #define RID_DOTSUP_HELP NC_("RID_DOTSUP_HELP", "Dots To Top" ) diff --git a/starmath/inc/strings.hxx b/starmath/inc/strings.hxx index db89180937d7..258e2b800403 100644 --- a/starmath/inc/strings.hxx +++ b/starmath/inc/strings.hxx @@ -261,6 +261,7 @@ #define RID_NABLA "nabla " #define RID_WP "wp " #define RID_LAPLACE "laplace " +#define RID_BACKEPSILON "backepsilon " #define RID_FOURIER "fourier " #define RID_DOTSAXIS "dotsaxis " #define RID_DOTSUP "dotsup " |