Skip to content

Commit

Permalink
Support usb connected gps's under windows. Addresses ticket #201.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5841 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Sep 20, 2006
1 parent b955b7f commit 03b0e98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/gps_importer/qgsgpsplugingui.cpp
Expand Up @@ -315,8 +315,10 @@ void QgsGPSPluginGui::populatePortComboBoxes() {
#ifdef WIN32
cmbULPort->insertItem("com1");
cmbULPort->insertItem("com2");
cmbULPort->insertItem("usb:");
cmbDLPort->insertItem("com1");
cmbDLPort->insertItem("com2");
cmbDLPort->insertItem("usb:");
#endif

// OSX, OpenBSD, NetBSD etc? Anyone?
Expand Down

0 comments on commit 03b0e98

Please sign in to comment.