|
|
|
@ -1,6 +1,6 @@
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
#include <gtk/gtkx.h>
|
|
|
|
#include <gtk/gtkx.h>
|
|
|
|
#include "ubl-settings-video-cm.h"
|
|
|
|
#include "ubl-cmake.h"
|
|
|
|
#ifdef WEBKIT_FOUND
|
|
|
|
#ifdef WEBKIT_FOUND
|
|
|
|
#include <webkit2/webkit2.h>
|
|
|
|
#include <webkit2/webkit2.h>
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
@ -18,7 +18,7 @@
|
|
|
|
#include <time.h>
|
|
|
|
#include <time.h>
|
|
|
|
#include "ubl-utils.h"
|
|
|
|
#include "ubl-utils.h"
|
|
|
|
// #include "ubl-settings-app-chooser.h"
|
|
|
|
// #include "ubl-settings-app-chooser.h"
|
|
|
|
#include "ubl-settings-video-strings.h"
|
|
|
|
#include "ubl-strings.h"
|
|
|
|
#ifndef UBL_SETINGS_VIDEO_H
|
|
|
|
#ifndef UBL_SETINGS_VIDEO_H
|
|
|
|
#define UBL_SETINGS_VIDEO_H
|
|
|
|
#define UBL_SETINGS_VIDEO_H
|
|
|
|
|
|
|
|
|
|
|
|
@ -26,12 +26,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
#define icon_name "com.ublinux.ubl-settings-video"
|
|
|
|
#define icon_name "com.ublinux.ubl-settings-video"
|
|
|
|
|
|
|
|
|
|
|
|
#define banner_path "/usr/share/ubl-settings-video/images/ubl-settings-video-banner.png"
|
|
|
|
#define banner_path "/com/ublinux/images/ubl-settings-video-banner.png"
|
|
|
|
|
|
|
|
|
|
|
|
#define glade_path "/usr/share/ubl-settings-video/ui/ubl-settings-video.glade"
|
|
|
|
#define glade_path "/com/ublinux/ui/ubl-settings-video.glade"
|
|
|
|
#define LocalePath "/usr/share/locale"
|
|
|
|
#define LocalePath "/usr/share/locale"
|
|
|
|
#define LocaleName "ubl-settings-video"
|
|
|
|
#define LocaleName "ubl-settings-video"
|
|
|
|
#define CssPath "/usr/share/ubl-settings-video/css/ubl-settings-video.css"
|
|
|
|
#define CssPath "/com/ublinux/css/ubl-settings-video.css"
|
|
|
|
#define StatusLoadGlobalFailed _("Failed to load global configuration")
|
|
|
|
#define StatusLoadGlobalFailed _("Failed to load global configuration")
|
|
|
|
#define StatusLoadLocalFailed _("Failed to load local configuration")
|
|
|
|
#define StatusLoadLocalFailed _("Failed to load local configuration")
|
|
|
|
|
|
|
|
|
|
|
|
@ -92,7 +92,7 @@ char *local;
|
|
|
|
|
|
|
|
|
|
|
|
typedef char *string;
|
|
|
|
typedef char *string;
|
|
|
|
|
|
|
|
|
|
|
|
string version_application = "2.1";
|
|
|
|
string version_application;
|
|
|
|
|
|
|
|
|
|
|
|
#define _(String) gettext(String)
|
|
|
|
#define _(String) gettext(String)
|
|
|
|
|
|
|
|
|
|
|
|
|