]> git.saurik.com Git - wxWidgets.git/commitdiff
fix to GetAllCommands ret value
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Dec 2000 16:06:03 +0000 (16:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Dec 2000 16:06:03 +0000 (16:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/mimetype.cpp

index 64ac0c17d959f1327fc60deae55ee9e63df949ea..f4d69dab1ab93b8bd049b0c7d3aa9a42cce328c2 100644 (file)
@@ -144,6 +144,8 @@ size_t wxFileTypeImpl::GetAllCommands(wxArrayString *verbs,
                 commands->Add(command);
         }
 
+        count++;
+
         ok = rkey.GetNextKey(verb, dummy);
     }