13
0
Fork 1

Update description

git-svn-id: https://dedected.org/svn/trunk@94 8d8ab74c-27aa-4a3d-9bde-523a2bc1f624
This commit is contained in:
ioerror 2009-11-21 22:17:40 +00:00
parent c45dfc6aac
commit dfcf4093f3
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ extern "C" {
int kis_plugin_info(plugin_usrdata *data) {
data->pl_name = "DECT";
data->pl_version = "2.0.0";
data->pl_description = "DECT phy plugin";
data->pl_description = "deDECTed com-on-air_cs plugin";
data->pl_unloadable = 0; // We can't be unloaded because we defined a source
data->plugin_register = dect_register;
data->plugin_unregister = dect_unregister;