Skip to content

Commit

Permalink
Commiting progress
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.getfiregpg.org/firegpg@634 1e1cc2a3-b62a-0410-bc93-fb3b3b0a0737
  • Loading branch information
theglu committed Sep 19, 2009
1 parent fe9d024 commit edd0be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/Core/cgpgaccess.js
Expand Up @@ -206,7 +206,7 @@ var FireGPGGPGAccess = {
Return true if we are on a unix system, false if we're on windows.
*/
isUnix: function() {
if(FireGPG_OS != OS_WINDOWS)
if(FireGPG_OS != FireGPG_OS_WINDOWS)
return true;

return false;
Expand Down

0 comments on commit edd0be4

Please sign in to comment.