~ubuntu-branches/ubuntu/feisty/basilisk2/feisty

« back to all changes in this revision

Viewing changes to src/Unix/user_strings_unix.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2006-06-01 01:11:16 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060601011116-xjhegbgyfsxag5fl
Tags: 0.9.20060529-1
* New upstream CVS snapshot.
* Update local cdbs snippet copyright-check.mk:
  + Broaden scan to also look for "(c)" by default.
  + Make egrep options configurable.
  + Ignore auto-tools files.
* Bump up standards-version to 3.7.2 (no changes needed).
* Let dh_strip do the stripping (not the make install target).

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        STR_TIMER_SETTIME_ERR,
38
38
        STR_TICK_THREAD_ERR,
39
39
 
 
40
        STR_BLOCKING_NET_SOCKET_WARN,
40
41
        STR_NO_SHEEP_NET_DRIVER_WARN,
41
42
        STR_SHEEP_NET_ATTACH_WARN,
42
43
        STR_TUN_TAP_CONFIG_WARN,
62
63
        STR_DSPDEVICE_FILE_CTRL,
63
64
        STR_MIXERDEVICE_FILE_CTRL,
64
65
 
 
66
        STR_BROWSE_CTRL,
 
67
        STR_BROWSE_TITLE,
65
68
        STR_INPUT_PANE_TITLE,
66
69
        STR_KEYCODES_CTRL,
67
70
        STR_KEYCODE_FILE_CTRL,
72
75
 
73
76
        STR_IGNORESEGV_CTRL,
74
77
 
75
 
        STR_WINDOW_TITLE_GRABBED
 
78
        STR_WINDOW_TITLE_GRABBED,
 
79
 
 
80
        STR_NO_B2_EXE_FOUND
76
81
};
77
82
 
78
83
#endif