~ubuntu-branches/ubuntu/raring/vice/raring

« back to all changes in this revision

Viewing changes to src/arch/win32/uijoystick.c

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-03-31 00:37:15 UTC
  • mfrom: (1.1.7 upstream) (9.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090331003715-i5yisvcfv7mgz3eh
Tags: 2.1.dfsg-1
* New major upstream release (closes: #495937).
* Add desktop files (closes: #501181).

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <windows.h>
28
28
#include <tchar.h>
29
29
 
 
30
#include "intl.h"
30
31
#include "joy.h"
31
32
#include "res.h"
32
33
#include "resources.h"
33
34
#include "translate.h"
34
35
#include "winmain.h"
35
 
#include "intl.h"
36
36
 
37
37
/*  These are in joystick.c . */
38
38
extern void joystick_calibrate(HWND hwnd);
278
278
 
279
279
    joy_hwnd = GetDlgItem(hwnd, IDC_JOY_DEV1);
280
280
    SendMessage(joy_hwnd, CB_ADDSTRING, 0,
281
 
                (LPARAM)intl_translate_text_new(IDS_NONE));
 
281
                (LPARAM)translate_text(IDS_NONE));
282
282
    SendMessage(joy_hwnd, CB_ADDSTRING, 0,
283
283
                (LPARAM)translate_text(IDS_NUMPAD_AND_RCTRL));
284
284
    SendMessage(joy_hwnd, CB_ADDSTRING, 0,
322
322
 
323
323
    joy_hwnd = GetDlgItem(hwnd,IDC_JOY_DEV2);
324
324
    SendMessage(joy_hwnd, CB_ADDSTRING, 0,
325
 
                (LPARAM)intl_translate_text_new(IDS_NONE));
 
325
                (LPARAM)translate_text(IDS_NONE));
326
326
    SendMessage(joy_hwnd, CB_ADDSTRING, 0,
327
327
                (LPARAM)translate_text(IDS_NUMPAD_AND_RCTRL));
328
328
    SendMessage(joy_hwnd, CB_ADDSTRING, 0,