diff options
Diffstat (limited to 'plugins/TopToolBar/common.h')
-rw-r--r-- | plugins/TopToolBar/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TopToolBar/common.h b/plugins/TopToolBar/common.h index 432879c57f..3ce3807d57 100644 --- a/plugins/TopToolBar/common.h +++ b/plugins/TopToolBar/common.h @@ -121,7 +121,7 @@ char *AS(char *str, const char *setting, char *addstr) return str;
}
-#define TTB_LAUNCHSERVICE "TTB/LaunchSerice"
+#define TTB_LAUNCHSERVICE "TTB/LaunchService"
INT_PTR TTBAddButton(WPARAM, LPARAM);
INT_PTR TTBRemoveButton(WPARAM, LPARAM);
|