Skip to content

Commit

Permalink
Update PlatformUdisks.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
david-geiger committed Jul 3, 2013
1 parent 4f630e7 commit 8808dc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PlatformUdisks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* you may find current contact information at www.novell.com
*
* Author: Matt Barringer <[email protected]>
* Forked: David Geiger <[email protected]>
*
*/

Expand Down Expand Up @@ -164,7 +165,7 @@ PlatformUdisks::getNewDevice(QString devicePath)
if (vendor == "")
{
if (mKioskMode)
devItem->setVendorString("SUSE Studio USB Key");
devItem->setVendorString("Mageia USB Key");
else
devItem->setVendorString("Unknown Device");
}
Expand Down

0 comments on commit 8808dc5

Please sign in to comment.