Skip to content

Commit 24f1e2e

Browse files
committed
bump to 0.0.4
1 parent ebf1457 commit 24f1e2e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

GlobalHotkeysPlugin/GlobalHotkeysPlugin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ static void LoadGlobalHotkeysImplDll()
154154
{
155155
if (NULL == (hDLL = LoadLibrary(GetGlobalHotkeysImplDllFromUserDir()))) {
156156
if (NULL == (hDLL = LoadLibrary(GetGlobalHotkeysImplDllFromProgramDir()))) {
157-
MessageBox(NULL, "Could nod load GlobalHotkeysImpl.dll", "Global Hotkeys", MB_OK | MB_ICONERROR);
157+
MessageBox(NULL, "Could not load GlobalHotkeysImpl.dll", "Global Hotkeys", MB_OK | MB_ICONERROR);
158158
}
159159
}
160160

Readme.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
Global Hotkeys for iTunes v0.0.3
2+
Global Hotkeys for iTunes v0.0.4
33
http://ighp.berlios.de
4-
4+
https://github.com/pezcode/ighp
55

66

77
iTunes Global Hotkeys Plugin (ighp) for Windows enables the user to trigger
@@ -38,7 +38,8 @@ ReloadHotkeys read the configuration file and reload the hotkey bindings
3838

3939

4040
The latest release of the plugin can be found on
41-
http://developer.berlios.de/project/filelist.php?group_id=9978. You can choose
41+
http://developer.berlios.de/project/filelist.php?group_id=9978 or
42+
https://github.com/pezcode/ighp. You can choose
4243
between the installer, the binary package or the source package. The source
4344
code can be compiled using Visual C++ 2005 Express and above. If you downloaded
4445
the dll files or the source code you must copy them to the iTunes plugins

0 commit comments

Comments
 (0)