diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-02 11:05:30 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-02 11:05:30 +0000 |
commit | b9e6d6ada8c8cee53991783832a902eecc0e6dce (patch) | |
tree | 13d7829cf038804362104a85662f00214d4ba3c1 /plugins/SplashScreen/src/main.cpp | |
parent | 0f9387748ee875676bda8c9177350613384f8450 (diff) |
fixed menu item
fixed openfile dialog filter translation
git-svn-id: http://svn.miranda-ng.org/main/trunk@3393 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SplashScreen/src/main.cpp')
-rw-r--r-- | plugins/SplashScreen/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SplashScreen/src/main.cpp b/plugins/SplashScreen/src/main.cpp index 4aeeb26813..4a18a103c1 100644 --- a/plugins/SplashScreen/src/main.cpp +++ b/plugins/SplashScreen/src/main.cpp @@ -338,7 +338,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) mi.hIcon = LoadSkinnedIcon(SKINICON_OTHER_MIRANDA);
mi.hotKey = 0;
mi.position = -0x7FFFFFFF;
- mi.pszName = LPGEN("Call Splash Service");
+ mi.ptszName = LPGENT("Call Splash Service");
mi.pszService = "Splash/Test";
Menu_AddMainMenuItem(&mi);
#endif
|