Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI improvements to Add AR Code and Add Patch windows. #2456

Merged
merged 1 commit into from
Jun 15, 2015

Conversation

Helios747
Copy link
Contributor

I removed the text from both textfields and added a "Code" label to describe the cheatcode field. Much cleaner.

@JMC47
Copy link
Contributor

JMC47 commented May 26, 2015

@dolphin-emu-bot rebuild

@Tilka
Copy link
Member

Tilka commented May 26, 2015

Please use a more descriptive commit message/PR title.

@@ -178,6 +179,7 @@ void CARCodeAddEdit::UpdateTextCtrl(ActionReplay::ARCode arCode)
}
else
{
EditCheatCode->SetValue(_("Insert Encrypted or Decrypted code here..."));
//EditCheatCode->SetValue(_("Insert Encrypted or Decrypted code here..."));

This comment was marked as off-topic.

This comment was marked as off-topic.

@Helios747 Helios747 force-pushed the master branch 3 times, most recently from f66aa16 to 0a32c8d Compare May 26, 2015 18:36
@skidau
Copy link
Contributor

skidau commented May 27, 2015

@dolphin-emu-bot rebuild

@@ -30,7 +30,7 @@ CARCodeAddEdit::CARCodeAddEdit(int _selection, std::vector<ActionReplay::ARCode>
Bind(wxEVT_BUTTON, &CARCodeAddEdit::SaveCheatData, this, wxID_OK);

ActionReplay::ARCode tempEntries;
wxString currentName = _("Insert name here...");
wxString currentName = _("");

This comment was marked as off-topic.

@Helios747 Helios747 force-pushed the master branch 3 times, most recently from aea561e to 321b55c Compare May 27, 2015 09:35
@purpasmart96
Copy link

I think renaming the pr title to what you're actually changing would be nice.

@Helios747 Helios747 changed the title Fixing https://code.google.com/p/dolphin-emu/issues/detail?id=8473 UI improvements to Add AR Code and Add Patch windows. Jun 1, 2015
Text fields no longer have redundant text.
Blank text variables no longer have redundant translation syntax.
Removed redundant else condition.
Fixed bug with cheat name deleting itself on edit.
@RisingFog
Copy link
Member

@dolphin-emu-bot rebuild

@JosJuice
Copy link
Member

JosJuice commented Jun 9, 2015

LGTM

FioraAeterna added a commit that referenced this pull request Jun 15, 2015
UI improvements to Add AR Code and Add Patch windows.
@FioraAeterna FioraAeterna merged commit c68bb0b into dolphin-emu:master Jun 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

9 participants