]> git.sesse.net Git - vlc/blobdiff - modules/gui/qnx/qnx.c
* skins2/controls/ctrl_slider.cpp: fixed 2 little offset problems, introduced
[vlc] / modules / gui / qnx / qnx.c
index fdbcc04b351f3c69e6738582e95361a1c7b61b81..a408200c9ed84af49eaa88b1f00fa9fc1652b119 100644 (file)
@@ -17,7 +17,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 /*****************************************************************************
@@ -45,7 +45,7 @@ vlc_module_begin();
     set_capability( "video output", 100 );
     set_callbacks( E_(OpenVideo), E_(CloseVideo) );
     set_category( CAT_INTERFACE );
-    set_subcategory( SUBCAT_INTERFACE_GENERAL );
+    set_subcategory( SUBCAT_INTERFACE_MAIN );
     add_submodule();
         set_capability( "audio output", 100 );
         set_callbacks( E_(OpenAudio), E_(CloseAudio) );