[ros-bugs] [Bug 2479] New: Bug into dll\cpl\main\lang\ja-JP.rc

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Thu Jul 26 15:07:14 CEST 2007


http://www.reactos.org/bugzilla/show_bug.cgi?id=2479

           Summary: Bug into dll\cpl\main\lang\ja-JP.rc
           Product: ReactOS
           Version: TRUNK
          Platform: x86 Hardware
        OS/Version: ReactOS
            Status: NEW
          Severity: major
          Priority: P3
         Component: Patches
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: carlo.bramix at libero.it
         QAContact: ros-bugs at reactos.org


I cannot compile the MAIN.CPL applet separately.
Infact there is a bug into ja-JP.rc.
These two lines are wrong:

  LTEXT "Short", IDC_TEXT_TRAIL_SHORT, 60, 130, 30, 10
  LTEXT "Long", IDC_TEXT_TRAIL_SHORT, 160, 130, 30, 10

Probably they should be adjusted to:

  LTEXT "Short", IDC_TEXT_TRAIL_SHORT, 60, 130, 30, 10
  LTEXT "Long", IDC_TEXT_TRAIL_LONG, 160, 130, 30, 10

For some strange reason, windres doesn't signal this bug.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.


More information about the Ros-bugs mailing list