~henrix/ubuntu/precise/open-vm-dkms/lp-1416003

« back to all changes in this revision

Viewing changes to toolbox/toolboxGtkInt.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-10-23 15:32:00 UTC
  • mfrom: (1.1.2 upstream) (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20081023153200-gc1bfx89hj35c799
Tags: 2008.10.10-123053-2
* Correcting typo in dh_installinit call.
* Downgrading depends on module-assistant to recommends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
#define TAB_LABEL_DEVICES "De_vices"
49
49
#define TAB_LABEL_SCRIPTS "Scri_pts"
50
50
#define TAB_LABEL_SHRINK "Shrin_k"
 
51
#define TAB_LABEL_RECORD "_Record"
51
52
#define TAB_LABEL_ABOUT "Abo_ut"
52
53
#else
53
54
#define TAB_LABEL_OPTIONS "Options"
54
55
#define TAB_LABEL_DEVICES "Devices"
55
56
#define TAB_LABEL_SCRIPTS "Scripts"
56
57
#define TAB_LABEL_SHRINK "Shrink"
 
58
#define TAB_LABEL_RECORD "Record"
57
59
#define TAB_LABEL_ABOUT "About"
58
60
#endif
59
61
 
69
71
GtkWidget* Options_Create(GtkWidget* mainWnd);
70
72
GtkWidget* Scripts_Create(GtkWidget* mainWnd);
71
73
GtkWidget* Shrink_Create(GtkWidget* mainWnd);
 
74
GtkWidget* Record_Create(GtkWidget* mainWnd);
72
75
 
73
76
void Options_OnTimeSyncToggled(gpointer btn, gpointer data);
74
77
void Devices_OnDeviceToggled(gpointer btn, gpointer data);