pidgin: 86d9ff7c: Explicitly set the icon for Windows' Add...

datallah at pidgin.im datallah at pidgin.im
Sun Aug 22 21:20:51 EDT 2010


----------------------------------------------------------------------
Revision: 86d9ff7ca5af691007b1e85ef39959fa13e7d996
Parent:   18165490eda6d90edf28f315d87b8c2eb40849df
Author:   datallah at pidgin.im
Date:     08/22/10 21:18:12
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/86d9ff7ca5af691007b1e85ef39959fa13e7d996

Changelog: 

Explicitly set the icon for Windows' Add/Remove Programs.
This should show up better on Windows 7 now.

Changes against parent 18165490eda6d90edf28f315d87b8c2eb40849df

  patched  pidgin/win32/nsis/pidgin-installer.nsi

-------------- next part --------------
============================================================
--- pidgin/win32/nsis/pidgin-installer.nsi	9b16156b7fe6214aa6eb7b432ca35f9627b9210b
+++ pidgin/win32/nsis/pidgin-installer.nsi	452df8659876b6759ebef5469704bdac50f13872
@@ -304,6 +304,7 @@ Section $(PIDGINSECTIONTITLE) SecPidgin
     WriteRegStr HKLM "${HKLM_APP_PATHS_KEY}" "Path" "$INSTDIR\Gtk\bin"
     WriteRegStr HKLM ${PIDGIN_REG_KEY} "" "$INSTDIR"
     WriteRegStr HKLM ${PIDGIN_REG_KEY} "Version" "${PIDGIN_VERSION}"
+    WriteRegStr HKLM "${PIDGIN_UNINSTALL_KEY}" "DisplayIcon" "$INSTDIR\pidgin.exe"
     WriteRegStr HKLM "${PIDGIN_UNINSTALL_KEY}" "DisplayName" "Pidgin"
     WriteRegStr HKLM "${PIDGIN_UNINSTALL_KEY}" "DisplayVersion" "${PIDGIN_VERSION}"
     WriteRegStr HKLM "${PIDGIN_UNINSTALL_KEY}" "HelpLink" "http://developer.pidgin.im/wiki/Using Pidgin"
@@ -317,6 +318,7 @@ Section $(PIDGINSECTIONTITLE) SecPidgin
   pidgin_hkcu:
     WriteRegStr HKCU ${PIDGIN_REG_KEY} "" "$INSTDIR"
     WriteRegStr HKCU ${PIDGIN_REG_KEY} "Version" "${PIDGIN_VERSION}"
+    WriteRegStr HKCU "${PIDGIN_UNINSTALL_KEY}" "DisplayIcon" "$INSTDIR\pidgin.exe"
     WriteRegStr HKCU "${PIDGIN_UNINSTALL_KEY}" "DisplayName" "Pidgin"
     WriteRegStr HKCU "${PIDGIN_UNINSTALL_KEY}" "DisplayVersion" "${PIDGIN_VERSION}"
     WriteRegStr HKCU "${PIDGIN_UNINSTALL_KEY}" "HelpLink" "http://developer.pidgin.im/wiki/Using Pidgin"


More information about the Commits mailing list