diff options
| -rw-r--r-- | lib/Plugins/Bugzilla.GTKBuilder | 2 | ||||
| -rw-r--r-- | src/Daemon/MiddleWare.cpp | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/Plugins/Bugzilla.GTKBuilder b/lib/Plugins/Bugzilla.GTKBuilder index 36efe34..95abb71 100644 --- a/lib/Plugins/Bugzilla.GTKBuilder +++ b/lib/Plugins/Bugzilla.GTKBuilder @@ -166,7 +166,7 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Don't have an account yet? You can <a href="https://bugzilla.redhat.com/createaccount.cgi">register here</a>.</property> + <property name="label" translatable="yes">Don't have an account yet? You can register at https://bugzilla.redhat.com/createaccount.cgi</property> <property name="use_markup">True</property> </object> <packing> diff --git a/src/Daemon/MiddleWare.cpp b/src/Daemon/MiddleWare.cpp index c0ffaba..5235c17 100644 --- a/src/Daemon/MiddleWare.cpp +++ b/src/Daemon/MiddleWare.cpp @@ -604,6 +604,8 @@ static mw_result_t SavePackageDescriptionToDebugDump(const char *pExecutable, } std::string description = GetDescription(packageName.c_str()); +//TODO: if executable in /usr/bin/python, /bin/sh and such, +//we need to extract component using argv[1] std::string component = GetComponent(pExecutable); try |
