Advertisement
bunder

Pale Moon patch for zotero

Feb 19th, 2012
1,025
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.57 KB | None | 0 0
  1. --- zotero.dot.txt  2011-03-20 16:08:48.097638100 +0100
  2. +++ zotero.dot.patched.txt  2011-03-20 16:09:38.173726000 +0100
  3. @@ -69,12 +69,13 @@
  4.      Dim buf(1 To 2048) As Byte
  5.      
  6.      ' Try various names for Firefox
  7. -    Dim appNames(4)
  8. +    Dim appNames(5)
  9.      appNames(1) = "Firefox"
  10.      appNames(2) = "Browser"
  11.      appNames(3) = "Minefield"
  12.      appNames(4) = "Namoroka"
  13. -    For i = 1 To 4
  14. +    appNames(5) = "Pale Moon"
  15. +    For i = 1 To 5
  16.          ThWnd = FindWindow(appNames(i) & "MessageWindow", vbNullString)
  17.          If ThWnd <> 0 Then
  18.              Exit For
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement